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

Kpcyrd kpcyrd at gemini.archlinux.org
Tue Aug 30 18:37:28 UTC 2022


    Date: Tuesday, August 30, 2022 @ 18:37:28
  Author: kpcyrd
Revision: 1288926

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 18:37:14 UTC (rev 1288925)
+++ PKGBUILD	2022-08-30 18:37:28 UTC (rev 1288926)
@@ -1,35 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=p2pool
-pkgver=2.2.1
-_commit=1c33cc9f3dfde26c28ccd50e30617652bd42a35a
-pkgrel=1
-pkgdesc='Decentralized pool for Monero mining'
-arch=('x86_64')
-license=('GPL3')
-url="https://github.com/SChernykh/p2pool"
-depends=('curl' 'libuv' 'libsodium' 'zeromq')
-makedepends=('cmake' 'git')
-source=("${pkgname}"::"git+https://github.com/SChernykh/${pkgname}#commit=${_commit}")
-b2sums=('SKIP')
-options=(!lto)
-
-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 1288925, p2pool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 18:37:28 UTC (rev 1288926)
@@ -0,0 +1,35 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=p2pool
+pkgver=2.3
+_commit=d40bb61da88ac25b8d92ca37c006d0d7e8ec8550
+pkgrel=1
+pkgdesc='Decentralized pool for Monero mining'
+arch=('x86_64')
+license=('GPL3')
+url="https://github.com/SChernykh/p2pool"
+depends=('curl' 'libuv' 'libsodium' 'zeromq')
+makedepends=('cmake' 'git')
+source=("${pkgname}"::"git+https://github.com/SChernykh/${pkgname}#commit=${_commit}")
+b2sums=('SKIP')
+options=(!lto)
+
+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:



More information about the arch-commits mailing list