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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Apr 20 20:16:06 UTC 2021


    Date: Tuesday, April 20, 2021 @ 20:16:06
  Author: jlichtblau
Revision: 920364

archrelease: copy trunk to community-x86_64

Added:
  cksfv/repos/community-x86_64/PKGBUILD
    (from rev 920363, cksfv/trunk/PKGBUILD)
Deleted:
  cksfv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 20:15:57 UTC (rev 920363)
+++ PKGBUILD	2021-04-20 20:16:06 UTC (rev 920364)
@@ -1,28 +0,0 @@
-# Maintainer: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: Wijnand Modderman <wijanand+aur at archlinux.nl>
-
-pkgname=cksfv
-pkgver=1.3.14
-pkgrel=5
-pkgdesc="SFV (Simple File Verification) Checker"
-arch=('x86_64')
-url="http://zakalwe.fi/~shd/foss/cksfv"
-license=('GPL')
-depends=('glibc')
-source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz
-        http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz.asc)
-sha512sums=('1278c3e9c912dce9a5f24c42a3c14566bddbe2220e9ae3d6b94c59090efe39ab98f65db5881648d63d64ab6939881845084900177968e680c04e49bf47b4e58e'
-            'SKIP')
-validpgpkeys=(1902E24D7822120FD84D64A9AB13F56F8FBDC8CD)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" install
-  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
-}

Copied: cksfv/repos/community-x86_64/PKGBUILD (from rev 920363, cksfv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-20 20:16:06 UTC (rev 920364)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Wijnand Modderman <wijanand+aur at archlinux.nl>
+
+pkgname=cksfv
+pkgver=1.3.15
+pkgrel=1
+pkgdesc="SFV (Simple File Verification) Checker"
+arch=('x86_64')
+url="http://zakalwe.fi/~shd/foss/cksfv"
+license=('GPL')
+depends=('glibc')
+source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c'
+            'SKIP')
+validpgpkeys=('047C1A34F60CE92CAFECBB3C3EFC3C14B1F25E35') # Heikki Orsila (2017) <heikki.orsila at iki.fi>
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make BINDIR="${pkgdir}"/usr/bin MANDIR="${pkgdir}"/usr/share/man install
+#   chmod 644 "${pkgdir}"/usr/share/man/man1/$pkgname.1
+}



More information about the arch-commits mailing list