summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorevorster2020-07-07 21:00:22 +0200
committerevorster2020-07-07 21:00:22 +0200
commit344a37f54481d4e08c2432ee00c3824e634ef2a4 (patch)
tree39aad283087255ab758f7b9da97789be5fda200c /PKGBUILD
parent806733ab660d3b164c02434f81437dbbbe73d97d (diff)
downloadaur-nvidia-texture-tools-git.tar.gz
Package builds against latest master again
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bf1d1ed9a5a..a2ca44051698 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nvidia-texture-tools
pkgname="${_pkgname}-git"
-pkgver=2.1.1.1e06539
+pkgver=2.1.1.26a5641
pkgrel=1
pkgdesc="Texture processing tools with support for Direct3D 10 and 11 formats"
arch=('i686' 'x86_64')
@@ -22,9 +22,12 @@ pkgver() {
}
prepare(){
+echo "Build section, I have to have it do something otherwise /n \
+it complains about not having done anything, so here is an echo"
+#
#Build error in master, rolling back to a good build.
-cd "${srcdir}"/nvidia-texture-tools/
-git reset --hard 1e0653901271b64c0803abb06ef9c46153831c8e
+#cd "${srcdir}"/nvidia-texture-tools/
+#git reset --hard 1e0653901271b64c0803abb06ef9c46153831c8e
}