[arch-commits] Commit in pbpst/repos (4 files)

Jelle van der Waa jelle at archlinux.org
Sun Nov 13 19:49:53 UTC 2016


    Date: Sunday, November 13, 2016 @ 19:49:52
  Author: jelle
Revision: 195534

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ----------------------
 community-x86_64/PKGBUILD |   29 ----------------------
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-13 19:49:41 UTC (rev 195533)
+++ community-i686/PKGBUILD	2016-11-13 19:49:52 UTC (rev 195534)
@@ -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.3.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=('1a88530ca602f22e9eb5bf25ad0c9ab9')
-
-build () {
-    cd "pbpst-${pkgver}"
-
-    ./configure --cflags="$CFLAGS"
-
-    make
-}
-
-package () {
-    cd "pbpst-${pkgver}"
-    make DESTDIR="${pkgdir}" PREFIX='/usr' install
-}

Copied: pbpst/repos/community-i686/PKGBUILD (from rev 195533, pbpst/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-13 19:49:52 UTC (rev 195534)
@@ -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.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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-13 19:49:41 UTC (rev 195533)
+++ community-x86_64/PKGBUILD	2016-11-13 19:49:52 UTC (rev 195534)
@@ -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.3.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=('1a88530ca602f22e9eb5bf25ad0c9ab9')
-
-build () {
-    cd "pbpst-${pkgver}"
-
-    ./configure --cflags="$CFLAGS"
-
-    make
-}
-
-package () {
-    cd "pbpst-${pkgver}"
-    make DESTDIR="${pkgdir}" PREFIX='/usr' install
-}

Copied: pbpst/repos/community-x86_64/PKGBUILD (from rev 195533, pbpst/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-13 19:49:52 UTC (rev 195534)
@@ -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.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
+}



More information about the arch-commits mailing list