summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2021-06-14 23:33:12 -0500
committerHurricanePootis2021-06-14 23:33:12 -0500
commitda047e12de67024ded744db9fbfa993aa0919f29 (patch)
treea51e36504fc1101fc0c19bc9155fd5cc11f91744
parent8c89c27f0a3af7604db588f6237ec0d362fee073 (diff)
downloadaur-da047e12de67024ded744db9fbfa993aa0919f29.tar.gz
Update arch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d572d66a4d5..7f679aa84dd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = libvtflib-git
pkgdesc = Library to handle Valve's Texture Format
pkgver = r38.a501ba5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/panzi/VTFLib
- arch = any
+ arch = x86_64
+ arch = i686
license = GPL
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index c50b96fa75dd..b1d975217739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=libvtflib-git
pkgver=r38.a501ba5
-pkgrel=2
+pkgrel=3
pkgdesc="Library to handle Valve's Texture Format"
-arch=('any')
+arch=('x86_64' 'i686')
url="https://github.com/panzi/VTFLib"
license=('GPL')
depends=('libtxc_dxtn')