[arch-commits] Commit in cfv/trunk (PKGBUILD)

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:44:42
  Author: maximbaz
Revision: 416402

cfv: use https sources

Modified:
  cfv/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:42:04 UTC (rev 416401)
+++ PKGBUILD2018-12-15 20:44:42 UTC (rev 416402)
@@ -10,7 +10,7 @@
 url='http://cfv.sourceforge.net/'
 license=('GPL')
 depends=('python2')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
 
sha512sums=('dbca82df850703ab68a20db9314475025ac2e7012f34a12abbb358677e81cbb29a465adf4a1b002f6cf1c1dd84f1588fc1072791d6bbaad0c02cc563e5fe7d71')
 
 prepare() {
@@ -21,7 +21,7 @@
 @@ -1,3 +1,3 @@
 -#! /usr/bin/env python
 +#! /usr/bin/env python2
- 
+
  #cfv - Command-line File Verify
 DIFF
 }


[arch-commits] Commit in cfv/trunk (PKGBUILD)

2018-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 02:38:46
  Author: felixonmars
Revision: 333916

upgpkg: cfv 1.18.3-7

BUILDINFO Rebuild

Modified:
  cfv/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 02:38:33 UTC (rev 333915)
+++ PKGBUILD2018-05-31 02:38:46 UTC (rev 333916)
@@ -5,7 +5,7 @@
 
 pkgname=cfv
 pkgver=1.18.3
-pkgrel=6
+pkgrel=7
 pkgdesc='An utility to both test and create checksum files'
 arch=('any')
 url='http://cfv.sourceforge.net/'
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('python2')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('1be9039c2ab859103d70b6c4f4e5edf5')
+sha512sums=('dbca82df850703ab68a20db9314475025ac2e7012f34a12abbb358677e81cbb29a465adf4a1b002f6cf1c1dd84f1588fc1072791d6bbaad0c02cc563e5fe7d71')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cfv/trunk (PKGBUILD)

2014-08-16 Thread Sébastien Luttringer
Date: Saturday, August 16, 2014 @ 15:33:17
  Author: seblu
Revision: 117453

Remove bittorrent optdpep

No more in repositories

Modified:
  cfv/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-16 10:50:32 UTC (rev 117452)
+++ PKGBUILD2014-08-16 13:33:17 UTC (rev 117453)
@@ -5,17 +5,16 @@
 
 pkgname=cfv
 pkgver=1.18.3
-pkgrel=5
+pkgrel=6
 pkgdesc='An utility to both test and create checksum files'
 arch=('any')
 url='http://cfv.sourceforge.net/'
 license=('GPL')
 depends=('python2')
-optdepends=('bittorrent: for torrent checking')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
 md5sums=('1be9039c2ab859103d70b6c4f4e5edf5')
 
-build() {
+prepare() {
   cd $pkgname-$pkgver
   patch -p 0 << DIFF
 --- cfv



[arch-commits] Commit in cfv/trunk (PKGBUILD)

2014-07-01 Thread Sébastien Luttringer
Date: Tuesday, July 1, 2014 @ 20:38:34
  Author: seblu
Revision: 114500

upgpkg: cfv 1.18.3-5

- https://www.archlinux.org/todo/mtree-rebuilds/

Modified:
  cfv/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 18:33:15 UTC (rev 114499)
+++ PKGBUILD2014-07-01 18:38:34 UTC (rev 114500)
@@ -5,7 +5,7 @@
 
 pkgname=cfv
 pkgver=1.18.3
-pkgrel=4
+pkgrel=5
 pkgdesc='An utility to both test and create checksum files'
 arch=('any')
 url='http://cfv.sourceforge.net/'