summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44f544567b0b..9df4d99f3ac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Jun 12 10:01:03 UTC 2017
pkgbase = p7zip-gui
pkgdesc = Graphic user interface (alpha quality) for the 7zip file archiver
pkgver = 16.02
- pkgrel = 3
+ pkgrel = 4
url = http://p7zip.sourceforge.net/
install = p7zip-gui.install
arch = i686
@@ -9,9 +11,8 @@ pkgbase = p7zip-gui
license = custom:unRAR
license = LGPL
makedepends = python
- makedepends = yasm
depends = p7zip
- depends = wxgtk
+ depends = wxgtk2
optdepends = desktop-file-utils: desktop entries
optdepends = kservice: entries in kde context menu
options = !makeflags
@@ -20,6 +21,7 @@ pkgbase = p7zip-gui
sha256sums = 5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f
sha256sums = 8cb662ccbacd1badc2c41ff00618c53d1c7fb8bca5472cca4ac7bd7f619acb27
makedepends_i686 = nasm
+ makedepends_x86_64 = yasm
pkgname = p7zip-gui
diff --git a/PKGBUILD b/PKGBUILD
index 237950260058..70d68bb91290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@
pkgname=p7zip-gui
pkgver=16.02
-pkgrel=3
+pkgrel=4
pkgdesc='Graphic user interface (alpha quality) for the 7zip file archiver'
url='http://p7zip.sourceforge.net/'
license=('custom:unRAR' 'LGPL')
arch=('i686' 'x86_64')
-depends=('p7zip' 'wxgtk')
+depends=('p7zip' 'wxgtk2')
optdepends=('desktop-file-utils: desktop entries'
'kservice: entries in kde context menu')
makedepends=('python')