mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
aur/yaourt to 1.1-1
This commit is contained in:
parent
c930873f06
commit
1506fdd1b6
1 changed files with 5 additions and 5 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue