summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJens John2015-08-08 13:03:12 +0200
committerJens John2015-08-08 13:03:12 +0200
commit9bff45a445b27bf4b618118d8988ce780c433702 (patch)
treedbc0bb858aa91edfd75d35787a777125949c7e60 /PKGBUILD
parente9e26be0a3fb16502a26e21eccbc2b13954c4910 (diff)
downloadaur-9bff45a445b27bf4b618118d8988ce780c433702.tar.gz
[1.19-5] Add gcc-libs to depends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d907eb51d5a..f49102151a06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: 2ion <dev at 2ion dot de>
pkgname=advancecomp
pkgver=1.19
-pkgrel=4
+pkgrel=5
arch=('i686' 'x86_64')
pkgdesc="Recompression utilities for .zip .png .mng and .gz files using the 7-zip agorithm"
url="http://advancemame.sourceforge.net/comp-readme.html"
license=('GPL')
-depends=('zlib')
+depends=('zlib' 'gcc-libs')
makedepends=()
source=("http://downloads.sourceforge.net/project/advancemame/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha1sums=('894c2db01c9fff40257f929496621bdcea77748b')