[arch-commits] Commit in cfv/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 31 02:39:49 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:39:39
  Author: felixonmars
Revision: 333917

archrelease: copy trunk to community-any

Added:
  cfv/repos/community-any/PKGBUILD
    (from rev 333916, cfv/trunk/PKGBUILD)
Deleted:
  cfv/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:38:46 UTC (rev 333916)
+++ PKGBUILD	2018-05-31 02:39:39 UTC (rev 333917)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-# Contributor: Lone_Wolf <lonewolf at xs4all.nl>
-
-pkgname=cfv
-pkgver=1.18.3
-pkgrel=6
-pkgdesc='An utility to both test and create checksum files'
-arch=('any')
-url='http://cfv.sourceforge.net/'
-license=('GPL')
-depends=('python2')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('1be9039c2ab859103d70b6c4f4e5edf5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p 0 << DIFF
---- cfv
-+++ cfv
-@@ -1,3 +1,3 @@
--#! /usr/bin/env python
-+#! /usr/bin/env python2
- 
- #    cfv - Command-line File Verify
-DIFF
-}
-
-package() {
-  make -C "$pkgname-$pkgver" install=install PYTHON=python2 prefix=/usr \
-    mandir=/usr/share/man DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cfv/repos/community-any/PKGBUILD (from rev 333916, cfv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:39:39 UTC (rev 333917)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+# Contributor: Lone_Wolf <lonewolf at xs4all.nl>
+
+pkgname=cfv
+pkgver=1.18.3
+pkgrel=7
+pkgdesc='An utility to both test and create checksum files'
+arch=('any')
+url='http://cfv.sourceforge.net/'
+license=('GPL')
+depends=('python2')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+sha512sums=('dbca82df850703ab68a20db9314475025ac2e7012f34a12abbb358677e81cbb29a465adf4a1b002f6cf1c1dd84f1588fc1072791d6bbaad0c02cc563e5fe7d71')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p 0 << DIFF
+--- cfv
++++ cfv
+@@ -1,3 +1,3 @@
+-#! /usr/bin/env python
++#! /usr/bin/env python2
+ 
+ #    cfv - Command-line File Verify
+DIFF
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install=install PYTHON=python2 prefix=/usr \
+    mandir=/usr/share/man DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list