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

Felix Yan felixonmars at archlinux.org
Sun Jun 3 17:32:24 UTC 2018


    Date: Sunday, June 3, 2018 @ 17:32:21
  Author: felixonmars
Revision: 339454

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 17:32:08 UTC (rev 339453)
+++ PKGBUILD	2018-06-03 17:32:21 UTC (rev 339454)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: Wijnand Modderman <wijanand+aur at archlinux.nl>
-
-pkgname=cksfv
-pkgver=1.3.14
-pkgrel=3
-pkgdesc="SFV (Simple File Verification) Checker"
-arch=('i686' '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)
-md5sums=('2e15289753ea0b90b6ea86993f93b383')
-
-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 339453, cksfv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 17:32:21 UTC (rev 339454)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Wijnand Modderman <wijanand+aur at archlinux.nl>
+
+pkgname=cksfv
+pkgver=1.3.14
+pkgrel=4
+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)
+sha512sums=('1278c3e9c912dce9a5f24c42a3c14566bddbe2220e9ae3d6b94c59090efe39ab98f65db5881648d63d64ab6939881845084900177968e680c04e49bf47b4e58e')
+
+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