summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2015-08-13 22:42:43 -0700
committerUncle Hunto2015-08-13 22:42:43 -0700
commit0feb1a94e40a4a069eb22d269fd92fd609bb9a8d (patch)
tree14a97cafae3eb9e10d18e26b18511595dafede4d
parent9a678c8edccaef5a29ff8483b24d9148af710a0e (diff)
downloadaur-0feb1a94e40a4a069eb22d269fd92fd609bb9a8d.tar.gz
Update depends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 850aebc943f8..5742463b04f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=peazip-qt
pkgver=5.7.0
-pkgrel=2
+pkgrel=3
pkgdesc="QT archiver utility"
arch=(i686 x86_64)
url=http://www.peazip.org/peazip-linux.html
license=(LGPL3)
-depends=(balz desktop-file-utils lib32-curl lib32-gmp4 lib32-libx11 lib32-ncurses lib32-qt4pas p7zip upx lrzip)
+depends=(balz desktop-file-utils lib32-{curl,gmp4,libx11,ncurses,qt4pas} p7zip upx lrzip)
[[ $CARCH == "i686" ]] && depends=(${depends[@]/lib32-/})
optdepends=(quad unace)
provides=(${pkgname%-*})