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

Kpcyrd kpcyrd at gemini.archlinux.org
Mon Jul 4 16:52:41 UTC 2022


    Date: Monday, July 4, 2022 @ 16:52:41
  Author: kpcyrd
Revision: 1243927

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-04 16:52:28 UTC (rev 1243926)
+++ PKGBUILD	2022-07-04 16:52:41 UTC (rev 1243927)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=p2pool
-pkgver=2.1
-_commit=9a5be0a32117836d3adebdbc7befb3c0ea56c885
-pkgrel=1
-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}")
-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 1243926, p2pool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-04 16:52:41 UTC (rev 1243927)
@@ -0,0 +1,35 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=p2pool
+pkgver=2.2
+_commit=c5ea4dca677ec9a1f8963f6fa5016b2682b52d09
+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