[arch-commits] Commit in pv/repos/community-x86_64 (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Thu Apr 7 17:15:38 UTC 2022
Date: Thursday, April 7, 2022 @ 17:15:37
Author: alerque
Revision: 1182818
archrelease: copy trunk to community-x86_64
Added:
pv/repos/community-x86_64/PKGBUILD
(from rev 1182817, pv/trunk/PKGBUILD)
Deleted:
pv/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 63 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 33 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-07 17:15:29 UTC (rev 1182817)
+++ PKGBUILD 2022-04-07 17:15:37 UTC (rev 1182818)
@@ -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.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"
-}
Copied: pv/repos/community-x86_64/PKGBUILD (from rev 1182817, pv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-07 17:15:37 UTC (rev 1182818)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgname=pv
+pkgver=1.6.20
+pkgrel=2
+pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.'
+arch=('x86_64')
+url='http://www.ivarch.com/programs/pv.shtml'
+_url="https://github.com/a-j-wood/$pkgname"
+license=('custom:Artistic 2.0')
+depends=('glibc')
+# source=("http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2")
+source=("$_url/releases/download/v$pkgver/$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