diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:54:49 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:56:48 +0100 |
commit | 146240b2e6141980ca8795a07e1136e6e80b5db6 (patch) | |
tree | 7db6907e22b3bb4d3a0311e9571055cfa299ed37 | |
parent | 10257f6e025be94696a56703fcee665907d36c49 (diff) | |
download | abslibre-146240b2e6141980ca8795a07e1136e6e80b5db6.tar.gz abslibre-146240b2e6141980ca8795a07e1136e6e80b5db6.tar.bz2 abslibre-146240b2e6141980ca8795a07e1136e6e80b5db6.zip |
pcr/xcftools: fixed syntax errors in PKGBUILD
-rw-r--r-- | pcr/xcftools/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/xcftools/PKGBUILD b/pcr/xcftools/PKGBUILD index 5df38533f..401d04727 100644 --- a/pcr/xcftools/PKGBUILD +++ b/pcr/xcftools/PKGBUILD @@ -18,8 +18,8 @@ depends=( libpng perl ) -optdepends=gimp -makedepends=libpng +optdepends=(gimp) +makedepends=(libpng) source=( http://henning.makholm.net/$pkgname/$pkgname-$pkgver.tar.gz $pkgname.patch |