summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Maciej Nowak2022-09-16 20:55:27 +0200
committerTomasz Maciej Nowak2022-09-16 20:55:27 +0200
commitf668304b54c73773201cfbbcb0f5e59619724a6f (patch)
treef59af10821f5b2f105d0b70bc37dadae2859e883
parent63f7a6552244289190a0df0c57136466512daffd (diff)
downloadaur-f668304b54c73773201cfbbcb0f5e59619724a6f.tar.gz
upgpkg: p7zip-gui 16.02-8
incompatible with 7-zip-full
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6980580bc004..70f24b941743 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = p7zip-gui
pkgdesc = Graphic user interface (alpha quality) for the 7zip file archiver
pkgver = 16.02
- pkgrel = 7
+ pkgrel = 8
url = http://p7zip.sourceforge.net
install = p7zip-gui.install
arch = i686
@@ -13,6 +13,7 @@ pkgbase = p7zip-gui
depends = wxwidgets-gtk3
optdepends = desktop-file-utils: desktop entries
optdepends = kservice: entries in kde context menu
+ conflicts = 7-zip-full
source = https://downloads.sourceforge.net/project/p7zip/p7zip/16.02/p7zip_16.02_src_all.tar.bz2
source = https://src.fedoraproject.org/rpms/p7zip/raw/rawhide/f/14-Fix-g++-warning.patch
source = https://raw.githubusercontent.com/archlinux/svntogit-packages/a82b67f5d36f374afd154e7648bb13ec38a3c497/trunk/CVE-2016-9296.patch
diff --git a/PKGBUILD b/PKGBUILD
index 026f97841c81..5080a8b264e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=p7zip-gui
pkgver=16.02
-pkgrel=7
+pkgrel=8
pkgdesc='Graphic user interface (alpha quality) for the 7zip file archiver'
url='http://p7zip.sourceforge.net'
license=('custom:unRAR' 'LGPL')
@@ -21,6 +21,7 @@ optdepends=('desktop-file-utils: desktop entries'
makedepends=('python')
makedepends_i686=('nasm')
makedepends_x86_64=('yasm')
+conflicts=('7-zip-full')
install='p7zip-gui.install'
source=("https://downloads.sourceforge.net/project/p7zip/p7zip/${pkgver}/p7zip_${pkgver}_src_all.tar.bz2"
'https://src.fedoraproject.org/rpms/p7zip/raw/rawhide/f/14-Fix-g++-warning.patch'