summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2020-06-07 23:41:10 -0400
committerskydrome2020-06-07 23:41:10 -0400
commitf2a5246159991ea3e1f9ec61b57e585700d8a9ed (patch)
treebd74bae01fd5f0af049ec684eaf468c83a2e0f29
parent2f6353d2199a9e114c3fd28f1e37f3d56253966e (diff)
downloadaur-f2a5246159991ea3e1f9ec61b57e585700d8a9ed.tar.gz
upstream fix: https://github.com/i2p/i2p.i2p/commit/6c0e18d3e2f125a5c01c454607e5c7a3364d6cef
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80a090182ec4..917965bfa412 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i2p
pkgdesc = A distributed anonymous network
pkgver = 0.9.46
- pkgrel = 1
+ pkgrel = 2
url = https://geti2p.net
install = i2p.install
arch = any
@@ -24,6 +24,7 @@ pkgbase = i2p
source = i2prouter.bash
source = i2prouter.sh
source = chromium-i2p.sh
+ source = upstream.patch::https://github.com/i2p/i2p.i2p/commit/6c0e18d3.patch
validpgpkeys = 2D3D2D03910C6504C1210C65EE60C0C8EE7256A8
sha256sums = ab0eb691b2753277738fe16ddc46349a24fd66b6323deae987f7c927272befd8
sha256sums = SKIP
@@ -35,6 +36,7 @@ pkgbase = i2p
sha256sums = 7a19b9f90c8792460fd58e8b8aa435a065e34d29a942479850472510e9d3078a
sha256sums = 8d39f080c7a2e49226db3a785f3e18583159ef2f95e1ab467fd9984c4e38c9f5
sha256sums = 77e359cf880ccc09f504372ef85c8ad3ab7d1186106a4ae92c4ff4f37ae650e0
+ sha256sums = 9e1d016b6044645a433bf3380d22d64b169127194e621f7dbf0e1c056bf7cb1c
pkgname = i2p
diff --git a/PKGBUILD b/PKGBUILD
index 71a2224149e0..35ba2fda6965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=i2p
pkgver=0.9.46
-pkgrel=1
+pkgrel=2
pkgdesc="A distributed anonymous network"
url="https://geti2p.net"
license=('GPL2')
@@ -32,7 +32,7 @@ source=("${_url}/i2psource_${pkgver}.tar.bz2"{,.sig}
#"https://download.db-ip.com/free/dbip-country-lite-$(date +%Y-%m).mmdb.gz"
'i2prouter.service' 'i2p.tmpfiles' 'wrapper.config' 'router.config'
'i2prouter.bash' 'i2prouter.sh' 'chromium-i2p.sh'
- #upstream.patch::'https://github.com/i2p/i2p.i2p/commit/0bec84a.patch'
+ upstream.patch::'https://github.com/i2p/i2p.i2p/commit/6c0e18d3.patch'
)
sha256sums=('ab0eb691b2753277738fe16ddc46349a24fd66b6323deae987f7c927272befd8'
@@ -45,11 +45,12 @@ sha256sums=('ab0eb691b2753277738fe16ddc46349a24fd66b6323deae987f7c927272befd8'
'90f202e5b66d5a5b425522b409e71fb892d34c534e32ce2d6fe5284015cacf94'
'7a19b9f90c8792460fd58e8b8aa435a065e34d29a942479850472510e9d3078a'
'8d39f080c7a2e49226db3a785f3e18583159ef2f95e1ab467fd9984c4e38c9f5'
- '77e359cf880ccc09f504372ef85c8ad3ab7d1186106a4ae92c4ff4f37ae650e0')
+ '77e359cf880ccc09f504372ef85c8ad3ab7d1186106a4ae92c4ff4f37ae650e0'
+ '9e1d016b6044645a433bf3380d22d64b169127194e621f7dbf0e1c056bf7cb1c')
prepare() {
cd "$pkgname-$pkgver"
- #patch -Np1 -i ../upstream.patch
+ patch -Np1 -i ../upstream.patch ||true
#cp -f ../dbip-country-lite-$(date +%Y-%m).mmdb.gz installer/resources/GeoLite2-Country.mmdb.gz
}