summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2021-08-14 13:53:45 -0500
committerHurricanePootis2021-08-14 13:53:45 -0500
commit928b81298f84271a9d62abaa8aebf9ae83d4dad6 (patch)
treefab6f62b472b3c0a8082abcc3be8f8bbe55bbce8
parentda047e12de67024ded744db9fbfa993aa0919f29 (diff)
downloadaur-928b81298f84271a9d62abaa8aebf9ae83d4dad6.tar.gz
Updated arch() variable
-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')