aur/yaourt to 1.1-1

This commit is contained in:
Kevin Mihelich 2012-04-22 21:02:28 -04:00
parent c930873f06
commit 1506fdd1b6

View file

@ -4,14 +4,14 @@
plugrel=1
pkgname=yaourt
pkgver=1.0.1
pkgrel=2
pkgver=1.1
pkgrel=1
pkgdesc="A pacman wrapper with extended features and AUR support"
arch=('any')
url="http://www.archlinux.fr/yaourt-en/"
license=(GPL)
depends=('diffutils' 'pacman>=4.0' 'package-query>=1.0' 'gettext')
optdepends=('aurvote: vote for favorite packages from AUR for inclusion in [community]'
optdepends=('aurvote: vote for favorite packages from AUR'
'customizepkg: automatically modify PKGBUILD during install/upgrade'
'rsync: retrieve PKGBUILD from official repositories'
'pacman-color: fully colorized output')
@ -25,8 +25,8 @@ build() {
package() {
cd $srcdir/$pkgname-$pkgver/
make INSTALL=/usr/bin/install PREFIX=/usr sysconfdir=/etc localstatedir=/var DESTDIR=$pkgdir install
make PREFIX=/usr sysconfdir=/etc localstatedir=/var DESTDIR=$pkgdir install
}
md5sums=('e8c0d29828ba21eafc27490fb786d14c')
# vim:set ts=2 sw=2 et:
md5sums=('d6455c854a6c16cc220babeda3f51d38')