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

Kpcyrd kpcyrd at gemini.archlinux.org
Mon Jun 20 20:22:31 UTC 2022


    Date: Monday, June 20, 2022 @ 20:22:31
  Author: kpcyrd
Revision: 1238714

upgpkg: p2pool 2.1-1

Modified:
  p2pool/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-20 20:17:46 UTC (rev 1238713)
+++ PKGBUILD	2022-06-20 20:22:31 UTC (rev 1238714)
@@ -1,9 +1,9 @@
 # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
 
 pkgname=p2pool
-pkgver=2.0
-_commit=8aebcdc580c424903221c95ebe2304a2e48b01b8
-pkgrel=2
+pkgver=2.1
+_commit=9a5be0a32117836d3adebdbc7befb3c0ea56c885
+pkgrel=1
 pkgdesc='Decentralized pool for Monero mining'
 arch=('x86_64')
 license=('GPL3')
@@ -10,10 +10,8 @@
 url="https://github.com/SChernykh/p2pool"
 depends=('libuv' 'libsodium' 'zeromq')
 makedepends=('cmake' 'git')
-source=("${pkgname}"::"git+https://github.com/SChernykh/${pkgname}#commit=${_commit}"
-        https://github.com/SChernykh/p2pool/commit/6b4640c413aeaf35bfd5d3e49f4383944f4abfde.patch)
-b2sums=('SKIP'
-        '7d66b61b2fc14bd782d39c1b9e62d849c49b90f5939d1ba49b7c36a728c9a7bce190c3c632f56d1ea28659f86ae15f189f377997b5301433c929a173df688532')
+source=("${pkgname}"::"git+https://github.com/SChernykh/${pkgname}#commit=${_commit}")
+b2sums=('SKIP')
 
 prepare() {
   cd ${pkgname}
@@ -20,8 +18,6 @@
   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