diff options
author | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
commit | d466ef49f224a9347fe0375eac8126725e10a0a4 (patch) | |
tree | c08a9d7437c4d6de169858ac98fb340fd90202c2 /community/vamps | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'community/vamps')
-rw-r--r-- | community/vamps/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/vamps/PKGBUILD b/community/vamps/PKGBUILD index a5dd6a799..fbd71ddfe 100644 --- a/community/vamps/PKGBUILD +++ b/community/vamps/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 21356 2010-07-16 05:25:17Z tdziedzic $ +# $Id: PKGBUILD 65699 2012-02-22 08:30:07Z lcarlier $ # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Stefano Zamprogno <stefano.zamprogno@gmail.com> # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=vamps pkgver=0.99.2 -pkgrel=8 +pkgrel=9 pkgdesc='Very fast requantisizing tool for backup DVDs' arch=('i686' 'x86_64') url='http://vamps.sourceforge.net' @@ -20,7 +20,6 @@ build() { make install -D play_cell/play_cell ${pkgdir}/usr/bin/play_cell - install ${pkgname}/${pkgname} ${pkgdir}/usr/bin/ } |