aur/yaourt to 0.10.1-2

This commit is contained in:
Kevin Mihelich 2011-03-29 16:39:11 -04:00
parent ebc8f9ea83
commit 1f324087ab
2 changed files with 4 additions and 17 deletions

View file

@ -4,18 +4,17 @@
plugrel=1
pkgname=yaourt
pkgver=0.9.5.1
pkgrel=1
pkgver=0.10.1
pkgrel=2
pkgdesc="A pacman wrapper with extended features and AUR support"
arch=('any')
url="http://www.archlinux.fr/yaourt-en/"
license=(GPL)
depends=('diffutils' 'pacman>=3.4.0' 'package-query>=0.4')
depends=('diffutils' 'pacman>=3.5' 'package-query>=0.7' 'gettext')
optdepends=('aurvote: vote for favorite packages from AUR for inclusion in [community]'
'customizepkg: automatically modify PKGBUILD during install/upgrade'
'rsync: retrieve PKGBUILD from official repositories'
'pacman-color: fully colorized output')
install=yaourt.install
backup=('etc/yaourtrc')
source=(http://mir.archlinux.fr/~tuxce/releases/$pkgname/$pkgname-$pkgver.tar.gz)
@ -32,4 +31,4 @@ package() {
# vim:set ts=2 sw=2 et:
md5sums=('8bc39a42f7fa05dbbf1a559a3f6af75c')
md5sums=('b7c471bc0e763e587a965616540b1a7d')

View file

@ -1,12 +0,0 @@
post_install() {
cat <<-EndOfMessage
==> for a full colorized output, install pacman-color and export PACMAN=pacman-color
or set it into yaourtrc file.
EndOfMessage
/bin/true
}
post_upgrade() {
echo "Check /etc/yaourtrc"
post_install
}