summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomasz Maciej Nowak2016-01-04 22:55:15 +0100
committerTomasz Maciej Nowak2016-01-04 22:55:15 +0100
commit1e4aa0f0a612615df395489b69cde80c537d7cc7 (patch)
tree0c321505e0c95747b3f21cfb09bdc3e5e5a652ea /PKGBUILD
parent134e795abe21662c5a843c983bf3321e7eb9e80b (diff)
downloadaur-1e4aa0f0a612615df395489b69cde80c537d7cc7.tar.gz
remove sh from dependencies, it's always installed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d109b4c0a1b..711cad71f8f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@
pkgname=p7zip-gui
_srcname=p7zip
pkgver=9.38.1
-pkgrel=2
+pkgrel=3
pkgdesc='Graphic user interface (alpha quality) for the 7zip file archiver'
url='http://p7zip.sourceforge.net/'
license=('GPL' 'custom')
arch=('i686' 'x86_64')
-depends=('p7zip' 'gcc-libs' 'sh' 'wxgtk')
+depends=('p7zip' 'gcc-libs' 'wxgtk')
optdepends=('desktop-file-utils: desktop entries')
makedepends=('webkitgtk2')
makedepends_i686=('nasm')