mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
aur/package-query to 0.8-1
This commit is contained in:
parent
3327de2a75
commit
fb2a7dc0c8
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
||||||
plugrel=1
|
plugrel=1
|
||||||
|
|
||||||
pkgname=package-query
|
pkgname=package-query
|
||||||
pkgver=0.7
|
pkgver=0.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Query ALPM and AUR"
|
pkgdesc="Query ALPM and AUR"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://gitweb.archlinux.fr/package-query.git/"
|
url="http://gitweb.archlinux.fr/package-query.git/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('pacman>=3.5' 'pacman<3.6' curl yajl)
|
depends=('pacman>=3.5' 'pacman<3.6' curl 'yajl>=2.0')
|
||||||
source=(http://mir.archlinux.fr/~tuxce/releases/$pkgname/$pkgname-$pkgver.tar.gz)
|
source=(http://mir.archlinux.fr/~tuxce/releases/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -27,4 +27,4 @@ package ()
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
|
||||||
md5sums=('24c51a0e05a8bc591694ffb6db50a62d')
|
md5sums=('83c988100a2642382ebf29e90e542dbd')
|
||||||
|
|
Loading…
Reference in a new issue