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

Jelle van der Waa jelle at archlinux.org
Sat May 9 12:51:08 UTC 2020


    Date: Saturday, May 9, 2020 @ 12:51:07
  Author: jelle
Revision: 625959

archrelease: copy trunk to community-x86_64

Added:
  pbpst/repos/community-x86_64/PKGBUILD
    (from rev 625958, pbpst/trunk/PKGBUILD)
Deleted:
  pbpst/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-09 12:50:59 UTC (rev 625958)
+++ PKGBUILD	2020-05-09 12:51:07 UTC (rev 625959)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: Sam Stuewe <halosghost at archlinux dot info>
-#
-# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
-
-pkgname=pbpst
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='A small tool to interact with pb instances'
-url='https://github.com/HalosGhost/pbpst'
-arch=('x86_64')
-license=('GPL2')
-depends=('curl' 'jansson')
-makedepends=('git' 'tup' 'clang' 'python-sphinx')
-source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz")
-md5sums=('2fec0dbd1d139f504fd8a2036ea2086e')
-
-build () {
-    cd "pbpst-${pkgver}"
-
-    ./configure --prefix='/usr' --cflags="$CFLAGS"
-
-    make
-}
-
-package () {
-    cd "pbpst-${pkgver}"
-    make DESTDIR="${pkgdir}" PREFIX='/usr' install
-}

Copied: pbpst/repos/community-x86_64/PKGBUILD (from rev 625958, pbpst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-09 12:51:07 UTC (rev 625959)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Sam Stuewe <halosghost at archlinux dot info>
+#
+# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
+
+pkgname=pbpst
+pkgver=1.4.1
+pkgrel=2
+pkgdesc='A small tool to interact with pb instances'
+url='https://github.com/HalosGhost/pbpst'
+arch=('x86_64')
+license=('GPL2')
+depends=('curl' 'jansson')
+makedepends=('git' 'tup' 'clang' 'python-sphinx')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz")
+md5sums=('2fec0dbd1d139f504fd8a2036ea2086e')
+
+build () {
+    cd "pbpst-${pkgver}"
+
+    ./configure --prefix='/usr' --cflags="$CFLAGS"
+
+    make
+}
+
+package () {
+    cd "pbpst-${pkgver}"
+    make DESTDIR="${pkgdir}" PREFIX='/usr' install
+}



More information about the arch-commits mailing list