diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-10-25 14:58:41 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-10-25 14:58:41 (GMT) |
commit | 8d29737682e67ca7276fae0b1e8e69578ce61428 (patch) | |
tree | 4cc01d92c820214a4e5249575eb7f5ccd6c142bb /abs/extra/libglvnd/PKGBUILD | |
parent | db8bcbe3926e77c0144204beda14dee25a388d39 (diff) | |
parent | 927a8f226e532ba2187e8a9c9292453c3896f571 (diff) | |
download | linhes_pkgbuild-8d29737682e67ca7276fae0b1e8e69578ce61428.zip linhes_pkgbuild-8d29737682e67ca7276fae0b1e8e69578ce61428.tar.gz linhes_pkgbuild-8d29737682e67ca7276fae0b1e8e69578ce61428.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/extra/libglvnd/PKGBUILD')
-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') |