mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-29 00:25:25 +00:00
aur/package-query to 0.7-1
This commit is contained in:
parent
1f324087ab
commit
8732e0f85f
1 changed files with 5 additions and 4 deletions
|
@ -3,18 +3,17 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=package-query
|
||||
pkgver=0.5.1
|
||||
pkgver=0.7
|
||||
pkgrel=1
|
||||
pkgdesc="Query ALPM and AUR"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://gitweb.archlinux.fr/package-query.git/"
|
||||
license=('GPL')
|
||||
depends=('pacman>=3.4' curl yajl)
|
||||
depends=('pacman>=3.5' 'pacman<3.6' curl yajl)
|
||||
source=(http://mir.archlinux.fr/~tuxce/releases/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./autogen.sh
|
||||
./configure --localstatedir=/var --prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
make
|
||||
|
@ -26,4 +25,6 @@ package ()
|
|||
make DESTDIR=$pkgdir install
|
||||
}
|
||||
|
||||
md5sums=('22df82924a73ae707447b063ec298cbb')
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
||||
md5sums=('24c51a0e05a8bc591694ffb6db50a62d')
|
||||
|
|
Loading…
Reference in a new issue