[arch-commits] Commit in p2pool/trunk (PKGBUILD)

Kpcyrd kpcyrd at gemini.archlinux.org
Mon May 23 19:01:54 UTC 2022


    Date: Monday, May 23, 2022 @ 19:01:53
  Author: kpcyrd
Revision: 1210139

upgpkg: p2pool 2.0-2

Modified:
  p2pool/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-23 18:56:17 UTC (rev 1210138)
+++ PKGBUILD	2022-05-23 19:01:53 UTC (rev 1210139)
@@ -3,16 +3,17 @@
 pkgname=p2pool
 pkgver=2.0
 _commit=8aebcdc580c424903221c95ebe2304a2e48b01b8
-pkgrel=1
+pkgrel=2
 pkgdesc='Decentralized pool for Monero mining'
 arch=('x86_64')
 license=('GPL3')
 url="https://github.com/SChernykh/p2pool"
-depends=('gss' 'libuv' 'libsodium' 'zeromq')
+depends=('libuv' 'libsodium' 'zeromq')
 makedepends=('cmake' 'git')
-source=("${pkgname}"::"git+https://github.com/SChernykh/${pkgname}#commit=${_commit}")
-sha256sums=('SKIP')
-b2sums=('SKIP')
+source=("${pkgname}"::"git+https://github.com/SChernykh/${pkgname}#commit=${_commit}"
+        https://github.com/SChernykh/p2pool/commit/6b4640c413aeaf35bfd5d3e49f4383944f4abfde.patch)
+b2sums=('SKIP'
+        '7d66b61b2fc14bd782d39c1b9e62d849c49b90f5939d1ba49b7c36a728c9a7bce190c3c632f56d1ea28659f86ae15f189f377997b5301433c929a173df688532')
 
 prepare() {
   cd ${pkgname}
@@ -19,6 +20,8 @@
   git submodule init
   git submodule update
   mkdir -p build
+  # remove unused gss dependency
+  patch -Np1 -i ../6b4640c413aeaf35bfd5d3e49f4383944f4abfde.patch
 }
 
 build() {



More information about the arch-commits mailing list