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

Sébastien Luttringer seblu at archlinux.org
Sat Aug 16 13:33:17 UTC 2014


    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
===================================================================
--- PKGBUILD	2014-08-16 10:50:32 UTC (rev 117452)
+++ PKGBUILD	2014-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




More information about the arch-commits mailing list