diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-09-30 20:16:15 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-09-30 20:16:15 (GMT) |
commit | 80b507e7fffe6a90179c4ace185ce0a9b487a79d (patch) | |
tree | 70fa5818a667124bb4da86ca28c913460dc5172c | |
parent | 8ce5aa4442de3244b5396e87b17a4e5585590419 (diff) | |
download | linhes_pkgbuild-80b507e7fffe6a90179c4ace185ce0a9b487a79d.zip linhes_pkgbuild-80b507e7fffe6a90179c4ace185ce0a9b487a79d.tar.gz linhes_pkgbuild-80b507e7fffe6a90179c4ace185ce0a9b487a79d.tar.bz2 |
libglvnd: update to 0.1.1
-rw-r--r-- | abs/extra/libglvnd/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/abs/extra/libglvnd/PKGBUILD b/abs/extra/libglvnd/PKGBUILD index f79af81..e9753c8 100644 --- a/abs/extra/libglvnd/PKGBUILD +++ b/abs/extra/libglvnd/PKGBUILD @@ -2,8 +2,7 @@ # Maintainer: Felix Yan <felixonmars@archlinux.org> pkgname=libglvnd -pkgver=0.1.0.20160411 -_commit=5a69af6 +pkgver=0.1.1 pkgrel=1 pkgdesc="The GL Vendor-Neutral Dispatch library" arch=('i686' 'x86_64') @@ -11,7 +10,7 @@ url="https://github.com/NVIDIA/libglvnd" license=('custom:BSD-like') depends=('libxext') makedepends=('xorg-server-devel' 'git' 'python2') -source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit" +source=("git+https://github.com/NVIDIA/libglvnd.git#tag=v$pkgver" LICENSE) sha1sums=('SKIP' 'c88e07f333fcf8dcdbef370b85372b4d88ad8a66') |