diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:50:47 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:56:47 +0100 |
commit | 582e162f7a0642f4c6f373efa68858688d61c24d (patch) | |
tree | 3778a7b3d3f9dccec942a0e0ed71640eb15ec7cf /pcr/gimpfx-foundry | |
parent | 55350d1f1071a304e3d7186e6d325619e81bbbf9 (diff) | |
download | abslibre-582e162f7a0642f4c6f373efa68858688d61c24d.tar.gz abslibre-582e162f7a0642f4c6f373efa68858688d61c24d.tar.bz2 abslibre-582e162f7a0642f4c6f373efa68858688d61c24d.zip |
pcr/gimpfx-foundry: fixed syntax errors in PKGBUILD
Diffstat (limited to 'pcr/gimpfx-foundry')
-rw-r--r-- | pcr/gimpfx-foundry/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/gimpfx-foundry/PKGBUILD b/pcr/gimpfx-foundry/PKGBUILD index c49167eab..8351549eb 100644 --- a/pcr/gimpfx-foundry/PKGBUILD +++ b/pcr/gimpfx-foundry/PKGBUILD @@ -6,7 +6,7 @@ pkgver=2.6_1 pkgrel=2.1 pkgdesc="Collection of Gimp scripts" url="http://gimpfx-foundry.sourceforge.net/" -license="GPL" +license=("GPL") arch=('any') depends=('gimp') source=(http://downloads.sourceforge.net/sourceforge/gimpfx-foundry/${pkgname}-${pkgver/_/-}.tar.gz) |