[arch-commits] Commit in p2pool/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kpcyrd kpcyrd at gemini.archlinux.org
Mon May 23 19:02:07 UTC 2022


    Date: Monday, May 23, 2022 @ 19:02:07
  Author: kpcyrd
Revision: 1210140

archrelease: copy trunk to community-x86_64

Added:
  p2pool/repos/community-x86_64/PKGBUILD
    (from rev 1210139, p2pool/trunk/PKGBUILD)
Deleted:
  p2pool/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-23 19:01:53 UTC (rev 1210139)
+++ PKGBUILD	2022-05-23 19:02:07 UTC (rev 1210140)
@@ -1,35 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=p2pool
-pkgver=2.0
-_commit=8aebcdc580c424903221c95ebe2304a2e48b01b8
-pkgrel=1
-pkgdesc='Decentralized pool for Monero mining'
-arch=('x86_64')
-license=('GPL3')
-url="https://github.com/SChernykh/p2pool"
-depends=('gss' 'libuv' 'libsodium' 'zeromq')
-makedepends=('cmake' 'git')
-source=("${pkgname}"::"git+https://github.com/SChernykh/${pkgname}#commit=${_commit}")
-sha256sums=('SKIP')
-b2sums=('SKIP')
-
-prepare() {
-  cd ${pkgname}
-  git submodule init
-  git submodule update
-  mkdir -p build
-}
-
-build() {
-  cd ${pkgname}/build
-  cmake .. -DCMAKE_BUILD_TYPE=Release
-  make -j$(nproc)
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm775 "build/p2pool" -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: p2pool/repos/community-x86_64/PKGBUILD (from rev 1210139, p2pool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-23 19:02:07 UTC (rev 1210140)
@@ -0,0 +1,38 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=p2pool
+pkgver=2.0
+_commit=8aebcdc580c424903221c95ebe2304a2e48b01b8
+pkgrel=2
+pkgdesc='Decentralized pool for Monero mining'
+arch=('x86_64')
+license=('GPL3')
+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')
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git submodule update
+  mkdir -p build
+  # remove unused gss dependency
+  patch -Np1 -i ../6b4640c413aeaf35bfd5d3e49f4383944f4abfde.patch
+}
+
+build() {
+  cd ${pkgname}/build
+  cmake .. -DCMAKE_BUILD_TYPE=Release
+  make -j$(nproc)
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm775 "build/p2pool" -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list