Date: Tuesday, July 1, 2014 @ 20:38:51 Author: seblu Revision: 114501
archrelease: copy trunk to community-any Added: cfv/repos/community-any/PKGBUILD (from rev 114500, cfv/trunk/PKGBUILD) Deleted: cfv/repos/community-any/PKGBUILD ----------+ PKGBUILD | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2014-07-01 18:38:34 UTC (rev 114500) +++ PKGBUILD 2014-07-01 18:38:51 UTC (rev 114501) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Sebastien Luttringer <seblu+a...@seblu.net> -# Contributor: Anton Bazhenov <anton.bazhenov at gmail> -# Contributor: Lone_Wolf <lonew...@xs4all.nl> - -pkgname=cfv -pkgver=1.18.3 -pkgrel=4 -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() { - 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 ft=sh et: Copied: cfv/repos/community-any/PKGBUILD (from rev 114500, cfv/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2014-07-01 18:38:51 UTC (rev 114501) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Sébastien Luttringer +# Contributor: Anton Bazhenov <anton.bazhenov at gmail> +# Contributor: Lone_Wolf <lonew...@xs4all.nl> + +pkgname=cfv +pkgver=1.18.3 +pkgrel=5 +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() { + 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: