summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2022-03-31 12:50:15 +0200
committerGilrain2022-03-31 12:50:15 +0200
commit6438bda2346a16a5895861cc6a86a54e5e61854b (patch)
treea02feb4283a0a3ac82115f61ffff44bb1c54af9d
parent63bbba5a67d1bf6a7b6adda49f1085c5a0178d93 (diff)
downloadaur-6438bda2346a16a5895861cc6a86a54e5e61854b.tar.gz
patch for blocklist build (https://bugs.gentoo.org/707944)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcb07622db70..e064b813bcb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pgl-git
pkgdesc = A privacy oriented firewall application (Daemon, CLI & GUI).
- pkgver = 2.3.1.1.r32.g13f606f
+ pkgver = 2.3.1.1.r77.g9d91ab6
pkgrel = 1
url = http://sourceforge.net/projects/peerguardian/
arch = i686
@@ -8,6 +8,7 @@ pkgbase = pgl-git
license = GPL3
makedepends = git
makedepends = zlib
+ makedepends = qt5-tools
depends = bash
depends = systemd
depends = dbus
@@ -35,6 +36,8 @@ pkgbase = pgl-git
backup = etc/logrotate.d/pglcmd
backup = etc/logrotate.d/pgld
source = git://git.code.sf.net/p/peerguardian/code/
+ source = pglinux-2.3.1_p20171006-fno-common.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/net-firewall/pglinux/files/pglinux-2.3.1_p20171006-fno-common.patch?id=492d6119594d1774685fcd4f40fb5d754c3d77c4
sha256sums = SKIP
+ sha256sums = b4cf3cb48620e04c5115be1db73eb25fb9c779120e4930b3e5d4bd04d8c4a13c
pkgname = pgl-git
diff --git a/PKGBUILD b/PKGBUILD
index e7edc272f4da..b8272af4017d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,8 +23,10 @@ backup=('etc/pgl/allow.p2p'
'etc/pgl/pglcmd.conf'
'etc/logrotate.d/pglcmd'
'etc/logrotate.d/pgld')
-source=('git://git.code.sf.net/p/peerguardian/code/')
-sha256sums=('SKIP')
+source=('git://git.code.sf.net/p/peerguardian/code/'
+ 'pglinux-2.3.1_p20171006-fno-common.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/net-firewall/pglinux/files/pglinux-2.3.1_p20171006-fno-common.patch?id=492d6119594d1774685fcd4f40fb5d754c3d77c4')
+sha256sums=('SKIP'
+ 'b4cf3cb48620e04c5115be1db73eb25fb9c779120e4930b3e5d4bd04d8c4a13c')
pkgver() {
cd code
@@ -35,6 +37,7 @@ pkgver() {
prepare() {
cd "code"
+ patch -p1 < ../pglinux-2.3.1_p20171006-fno-common.patch
./autogen.sh
}