Date: Wednesday, April 12, 2023 @ 09:02:05
  Author: kpcyrd
Revision: 1444825

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-12 09:01:52 UTC (rev 1444824)
+++ PKGBUILD    2023-04-12 09:02:05 UTC (rev 1444825)
@@ -1,35 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=p2pool
-pkgver=3.1
-_commit=a76d8049c052c2087b56b4cdad976a132d54a2a8
-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 1444824, 
p2pool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-12 09:02:05 UTC (rev 1444825)
@@ -0,0 +1,35 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=p2pool
+pkgver=3.2
+_commit=92827035e07ff15da6b7645a332f3e59aa0ab1c4
+pkgrel=1
+pkgdesc='Decentralized pool for Monero mining'
+arch=('x86_64')
+license=('GPL-3.0-or-later')
+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:

Reply via email to