summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2022-01-06 10:34:18 -0600
committerHurricanePootis2022-01-06 10:34:18 -0600
commit81c2c846ae2fde5119298f7e2099853a5e0dff2c (patch)
treee486e371796b15c69596341753565cc0bbc10d0a
parent928b81298f84271a9d62abaa8aebf9ae83d4dad6 (diff)
downloadaur-81c2c846ae2fde5119298f7e2099853a5e0dff2c.tar.gz
Update makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88dff637c32f..0f9b6d44a716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = libvtflib-git
pkgdesc = Library to handle Valve's Texture Format
- pkgver = r38.a501ba5
- pkgrel = 4
+ pkgver = r42.a6e3084
+ pkgrel = 1
url = https://github.com/panzi/VTFLib
arch = x86_64
license = GPL
makedepends = cmake
makedepends = git
makedepends = extra-cmake-modules
+ makedepends = gcc
depends = libtxc_dxtn
source = git+https://github.com/panzi/VTFLib.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 335c2800e8d0..6e8a984d8341 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=libvtflib-git
-pkgver=r38.a501ba5
-pkgrel=4
+pkgver=r42.a6e3084
+pkgrel=1
pkgdesc="Library to handle Valve's Texture Format"
arch=('x86_64')
url="https://github.com/panzi/VTFLib"
license=('GPL')
depends=('libtxc_dxtn')
-makedepends=('cmake' 'git' 'extra-cmake-modules')
+makedepends=('cmake' 'git' 'extra-cmake-modules' 'gcc')
source=("git+https://github.com/panzi/VTFLib.git")
md5sums=('SKIP')