summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f679aa84dd9..88dff637c32f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = libvtflib-git
pkgdesc = Library to handle Valve's Texture Format
pkgver = r38.a501ba5
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/panzi/VTFLib
arch = x86_64
- arch = i686
license = GPL
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index b1d975217739..335c2800e8d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=libvtflib-git
pkgver=r38.a501ba5
-pkgrel=3
+pkgrel=4
pkgdesc="Library to handle Valve's Texture Format"
-arch=('x86_64' 'i686')
+arch=('x86_64')
url="https://github.com/panzi/VTFLib"
license=('GPL')
depends=('libtxc_dxtn')