aur/yaourt to 1.0.1-2

This commit is contained in:
Kevin Mihelich 2012-04-15 13:13:38 -04:00
parent ee98510ace
commit 23196a11f8

View file

@ -5,7 +5,7 @@ plugrel=1
pkgname=yaourt
pkgver=1.0.1
pkgrel=1
pkgrel=2
pkgdesc="A pacman wrapper with extended features and AUR support"
arch=('any')
url="http://www.archlinux.fr/yaourt-en/"
@ -25,7 +25,7 @@ build() {
package() {
cd $srcdir/$pkgname-$pkgver/
make PREFIX=/usr sysconfdir=/etc localstatedir=/var DESTDIR=$pkgdir install
make INSTALL=/usr/bin/install PREFIX=/usr sysconfdir=/etc localstatedir=/var DESTDIR=$pkgdir install
}
# vim:set ts=2 sw=2 et: