summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2021-05-07 11:19:55 -0500
committerHurricanePootis2021-05-07 11:19:55 -0500
commit17ccd4db38467a90132e03dcffc80a3b4bcf1569 (patch)
tree849f0d39bd5e03160ba56bac77d74652cea6b975
parentafb4c5b0792091b3ea8d585354b8b1ac6334412e (diff)
downloadaur-17ccd4db38467a90132e03dcffc80a3b4bcf1569.tar.gz
Add the git tag thingy to version number
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94a749db2a4d..02b3fc684bb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libvtflib-git
pkgdesc = Library to handle Valve's Texture Format
- pkgver = 1.0.0
- pkgrel = 2
- url = https://github.com/Silverlan/VTFLib
+ pkgver = 1.0.r1.a501ba5
+ pkgrel = 1
+ url = https://github.com/panzi/VTFLib
arch = any
license = GPL
makedepends = cmake
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')