summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD1
3 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdbd115b86d2..3ed59565a9f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = quake2-retexture
url = http://quetoo.org/
arch = any
license = unknown
- makedepends = unzip
source = http://tastyspleen.net/~jdolan/pak8.zip
sha256sums = 2d1e3d11c26ec14e49b7334be66f205c7554aaa3309c0702c11d54ec0e0cd437
diff --git a/.gitignore b/.gitignore
index 11e9005f9a9a..7efad94c83ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
pkg/
src/
pak8.zip
-*.pkg.tar.xz
+*.pkg.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index a912151c98a6..8c41e8c91934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ pkgdesc="A true color retexture pak for Quetoo and other Quake2 engines supporti
arch=('any')
url="http://quetoo.org/"
license=('unknown')
-makedepends=('unzip')
source=('http://tastyspleen.net/~jdolan/pak8.zip')
sha256sums=('2d1e3d11c26ec14e49b7334be66f205c7554aaa3309c0702c11d54ec0e0cd437')