diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:44:16 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:56:46 +0100 |
commit | 505f6af170e7b79ebdb247ca85e2ac490414490a (patch) | |
tree | 8e2b59122fcdd038eae81362c04918b96c31f020 /pcr/sobby/PKGBUILD | |
parent | 568e665dce4a48902f8a5aa12ba7a6421cb0ba4c (diff) | |
download | abslibre-505f6af170e7b79ebdb247ca85e2ac490414490a.tar.gz abslibre-505f6af170e7b79ebdb247ca85e2ac490414490a.tar.bz2 abslibre-505f6af170e7b79ebdb247ca85e2ac490414490a.zip |
pcr/sobby: fixed syntax errors in PKGBUILD
Diffstat (limited to 'pcr/sobby/PKGBUILD')
-rw-r--r-- | pcr/sobby/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/sobby/PKGBUILD b/pcr/sobby/PKGBUILD index 646386ba9..2a3070791 100644 --- a/pcr/sobby/PKGBUILD +++ b/pcr/sobby/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.4.8 pkgrel=2 pkgdesc="Standalone obby server" url="http://gobby.0x539.de/trac/" -license="GPL" +license=("GPL") depends=('obby=0.4.8' 'libxml++') makedepends=('pkgconfig' 'net6>=1.3.12') arch=('i686' 'x86_64' 'mips64el') |