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

Antonio Rojas arojas at gemini.archlinux.org
Sun Oct 17 16:50:26 UTC 2021


    Date: Sunday, October 17, 2021 @ 16:50:26
  Author: arojas
Revision: 1030760

archrelease: copy trunk to community-x86_64

Added:
  pv/repos/community-x86_64/PKGBUILD
    (from rev 1030759, pv/trunk/PKGBUILD)
Deleted:
  pv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 16:50:15 UTC (rev 1030759)
+++ PKGBUILD	2021-10-17 16:50:26 UTC (rev 1030760)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Aaron Schaefer <aaron at elasticdog.com>
-
-pkgname=pv
-pkgver=1.6.6
-pkgrel=3
-pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.'
-arch=('x86_64')
-url='https://www.ivarch.com/programs/pv.shtml'
-license=('custom:Artistic 2.0')
-depends=('glibc')
-source=("https://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2")
-md5sums=('ff3564fddcc2b9bd4a9c1d143aba4b4c')
-sha256sums=('608ef935f7a377e1439c181c4fc188d247da10d51a19ef79bcdee5043b0973f1')
-b2sums=('1cfb60e49f6301f0d990467a58013522bbc1e28e2936a1a2141918af05149b59b6cc494f290d99ee7072247b8f0e230b799cd5dae6f8aa59d116691319e952cb')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: pv/repos/community-x86_64/PKGBUILD (from rev 1030759, pv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-17 16:50:26 UTC (rev 1030760)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgname=pv
+pkgver=1.6.20
+pkgrel=1
+pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.'
+arch=('x86_64')
+url='https://www.ivarch.com/programs/pv.shtml'
+license=('custom:Artistic 2.0')
+depends=('glibc')
+source=("https://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2")
+md5sums=('85b25c827add82ebdd5a58a5ffde1d7d')
+sha256sums=('e831951eff0718fba9b1ef286128773b9d0e723e1fbfae88d5a3188814fdc603')
+b2sums=('b50623f623231e8e8615f960bad83d10e12d5274c57d23ea843d16fce30b3e690284b2d9b01f82a16b9790e2bf26f80f560e226589a62ca677a2cf90ea007691')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list