summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2021-05-07 11:19:55 -0500
committerHurricanePootis2021-05-07 11:19:55 -0500
commit17ccd4db38467a90132e03dcffc80a3b4bcf1569 (patch)
tree849f0d39bd5e03160ba56bac77d74652cea6b975 /PKGBUILD
parentafb4c5b0792091b3ea8d585354b8b1ac6334412e (diff)
downloadaur-17ccd4db38467a90132e03dcffc80a3b4bcf1569.tar.gz
Add the git tag thingy to version number
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b3394da1f2d..fdb0882a28f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=libvtflib-git
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.r1.a501ba5
+pkgrel=1
pkgdesc="Library to handle Valve's Texture Format"
arch=('any')
-url="https://github.com/Silverlan/VTFLib"
+url="https://github.com/panzi/VTFLib"
license=('GPL')
depends=('libtxc_dxtn')
makedepends=('cmake')