mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Merge pull request #453 from warddr/master
updated aur/package-query and aur/yaourt
This commit is contained in:
commit
6fd2c4850a
2 changed files with 11 additions and 11 deletions
|
@ -1,13 +1,14 @@
|
|||
# Contributor: tuxce <tuxce.net@gmail.com>
|
||||
pkgname=package-query
|
||||
pkgver=1.1
|
||||
pkgver=1.2
|
||||
pkgrel=2
|
||||
pkgdesc="Query ALPM and AUR"
|
||||
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h')
|
||||
url="http://gitweb.archlinux.fr/package-query.git/"
|
||||
license=('GPL')
|
||||
depends=('pacman>=4.0' 'pacman<4.1' curl 'yajl>=2.0')
|
||||
depends=('pacman>=4.1' 'pacman<4.2' curl 'yajl>=2.0')
|
||||
source=(http://mir.archlinux.fr/~tuxce/releases/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('270f1743e8b78a99cb4cc99057aec091')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -23,4 +24,4 @@ package ()
|
|||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
||||
md5sums=('becb5734dd531631cbe2e1c9cf82ae9e')
|
||||
|
||||
|
|
|
@ -2,29 +2,28 @@
|
|||
# Author: tuxce <tuxce.net@gmail.com>
|
||||
|
||||
pkgname=yaourt
|
||||
pkgver=1.2.2
|
||||
pkgver=1.3
|
||||
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')
|
||||
depends=('diffutils' 'pacman>=4.1' 'package-query>=1.0' 'gettext')
|
||||
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')
|
||||
'rsync: retrieve PKGBUILD from official repositories')
|
||||
backup=('etc/yaourtrc')
|
||||
source=(http://mir.archlinux.fr/~tuxce/releases/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('972173967acd160c987c6dce15a431f8')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver/
|
||||
cd "$srcdir/$pkgname-$pkgver/"
|
||||
make PREFIX=/usr sysconfdir=/etc localstatedir=/var
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver/
|
||||
make PREFIX=/usr sysconfdir=/etc localstatedir=/var DESTDIR=$pkgdir install
|
||||
cd "$srcdir/$pkgname-$pkgver/"
|
||||
make PREFIX=/usr sysconfdir=/etc localstatedir=/var DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
md5sums=('b6341eec9b247c1cb9c743af80d190c2')
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue