[arch-commits] Commit in libpipeline/repos/core-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Fri Jun 28 04:00:30 UTC 2019


    Date: Friday, June 28, 2019 @ 04:00:30
  Author: andyrtr
Revision: 356984

archrelease: copy trunk to core-x86_64

Added:
  libpipeline/repos/core-x86_64/PKGBUILD
    (from rev 356983, libpipeline/trunk/PKGBUILD)
Deleted:
  libpipeline/repos/core-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-28 04:00:22 UTC (rev 356983)
+++ PKGBUILD	2019-06-28 04:00:30 UTC (rev 356984)
@@ -1,30 +0,0 @@
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=libpipeline
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible and convenient way"
-arch=('x86_64')
-url="https://libpipeline.nongnu.org/"
-license=('GPL')
-depends=('glibc')
-source=(https://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('d633706b7d845f08b42bc66ddbe845d57e726bf89298e2cee29f09577e2f902f'
-            'SKIP')
-validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson <cjwatson at debian.org>
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: libpipeline/repos/core-x86_64/PKGBUILD (from rev 356983, libpipeline/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-28 04:00:30 UTC (rev 356984)
@@ -0,0 +1,30 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libpipeline
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible and convenient way"
+arch=('x86_64')
+url="https://nongnu.org/libpipeline/"
+license=('GPL')
+depends=('glibc')
+source=(https://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('d633706b7d845f08b42bc66ddbe845d57e726bf89298e2cee29f09577e2f902f'
+            'SKIP')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson <cjwatson at debian.org>
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list