mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
aur/package-query to 1.1-2
This commit is contained in:
parent
2383df9d94
commit
e692576ae8
1 changed files with 5 additions and 8 deletions
|
@ -1,12 +1,9 @@
|
|||
# Contributor: tuxce <tuxce.net@gmail.com>
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=package-query
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgver=1.1
|
||||
pkgrel=2
|
||||
pkgdesc="Query ALPM and AUR"
|
||||
arch=('i686' 'x86_64')
|
||||
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')
|
||||
|
@ -14,7 +11,7 @@ source=(http://mir.archlinux.fr/~tuxce/releases/$pkgname/$pkgname-$pkgver.tar.gz
|
|||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc
|
||||
./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc --with-aur-url=https://aur.archlinux.org
|
||||
make
|
||||
}
|
||||
|
||||
|
@ -26,4 +23,4 @@ package ()
|
|||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
||||
md5sums=('c7d0c242437f8efd5de41a59b7b67f8c')
|
||||
md5sums=('becb5734dd531631cbe2e1c9cf82ae9e')
|
||||
|
|
Loading…
Reference in a new issue