summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2022-01-07 08:28:16 -0600
committerHurricanePootis2022-01-07 08:28:16 -0600
commitea7757df43cc65fdb8a24a1a94b713d5f52cc865 (patch)
treef9bf4d450aff00c5317e82b7618d13030c8c619b /PKGBUILD
parent81c2c846ae2fde5119298f7e2099853a5e0dff2c (diff)
downloadaur-ea7757df43cc65fdb8a24a1a94b713d5f52cc865.tar.gz
Remove gcc for makedepends because it's in base-devel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e8a984d8341..5ced26778a81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/panzi/VTFLib"
license=('GPL')
depends=('libtxc_dxtn')
-makedepends=('cmake' 'git' 'extra-cmake-modules' 'gcc')
+makedepends=('cmake' 'git' 'extra-cmake-modules')
source=("git+https://github.com/panzi/VTFLib.git")
md5sums=('SKIP')