diff options
author | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-06-11 23:40:47 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-06-11 23:40:47 -0300 |
commit | c5be185a3ac967c736957162669e5dc11b234857 (patch) | |
tree | a6fd9ccda77329969f9f3182439863c595d52017 | |
parent | ed761ffd6cbc0a9e658f738c9b53c7679643714e (diff) | |
download | abslibre-c5be185a3ac967c736957162669e5dc11b234857.tar.gz abslibre-c5be185a3ac967c736957162669e5dc11b234857.tar.bz2 abslibre-c5be185a3ac967c736957162669e5dc11b234857.zip |
update glproto-git PKGBUILD
-rw-r--r-- | ~coadde/glproto-git/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/~coadde/glproto-git/PKGBUILD b/~coadde/glproto-git/PKGBUILD index b649dce94..bde7a57a8 100644 --- a/~coadde/glproto-git/PKGBUILD +++ b/~coadde/glproto-git/PKGBUILD @@ -1,18 +1,20 @@ +# $Id$ +# Maintainer: Jan de Groot <jgc@archlinux.org> +# Contributor: Alexander Baldeck <alexander@archlinux.org> # Maintainer: kfgz <kfgz at interia pl> # Contributor: Cilyan Olowen <gaknar at gmail dot com> # Maintainer (Parabola): Márcio Silva <coadde@adinet.com.uy> pkgname=glproto-git -pkgver=20120611 +pkgver=20120612 pkgrel=1 pkgdesc="X11 OpenGL extension wire protocol" -arch=('i686' 'x86_64' 'mips64el') +arch=(any) url="http://xorg.freedesktop.org/" license=('custom') provides=('glproto' 'glproto=1.4.15') makedepends=('xorg-util-macros>=1.2' 'git') conflicts=('glproto') -#groups=('xorg') _gitroot="git://git.freedesktop.org/git/xorg/proto/glproto" _gitname="glproto" |