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

2020-05-09 Thread Jelle van der Waa via arch-commits
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
===
--- PKGBUILD2020-05-09 12:50:59 UTC (rev 625958)
+++ PKGBUILD2020-05-09 12:51:07 UTC (rev 625959)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Sam Stuewe 
-#
-# 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)
+++ PKGBUILD2020-05-09 12:51:07 UTC (rev 625959)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sam Stuewe 
+#
+# 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
+}


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

2018-02-19 Thread Jelle van der Waa via arch-commits
Date: Monday, February 19, 2018 @ 20:38:46
  Author: jelle
Revision: 296421

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 20:38:24 UTC (rev 296420)
+++ PKGBUILD2018-02-19 20:38:46 UTC (rev 296421)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Sam Stuewe 
-#
-# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
-
-pkgname=pbpst
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='A small tool to interact with pb instances'
-url='https://github.com/HalosGhost/pbpst'
-arch=('i686' '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=('3bb5bab73439dc03d2760740033d3bd0')
-
-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 296420, 
pbpst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 20:38:46 UTC (rev 296421)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sam Stuewe 
+#
+# 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
+}