summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2017-09-05 19:19:44 -0400
committerSlashbunny2017-09-05 19:19:44 -0400
commit161e42ab62f6e80b066cef33c080ab3390c8ff0e (patch)
treef3a93fc9df9414b1607076b47ef84ee41984855c
parent45184f292b41575d33b7a649b5f3dc3cdfb50130 (diff)
downloadaur-161e42ab62f6e80b066cef33c080ab3390c8ff0e.tar.gz
Remove unneeded files from package
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD3
3 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9db93977dcb4..a79be24f86e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Apr 8 18:22:22 UTC 2017
+# Tue Sep 5 23:19:13 UTC 2017
pkgbase = quake3-rocketarena
pkgdesc = Rocket Arena is a modification for Quake 3 where players compete in multiple arenas tournament style.
pkgver = 1.80
diff --git a/.gitignore b/.gitignore
index 70c556eec835..6b498126d838 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
src/
pkg/
-*.pkg.tar
+*.pkg.tar.xz
ra3180.zip
diff --git a/PKGBUILD b/PKGBUILD
index ecf9fc7be0db..fab65d584029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,9 @@ package() {
# Create Destination Directories
install -d "${pkgdir}/opt/quake3/"
+ # Remove unneeded files
+ rm "${srcdir}/arena/"{qagamex86.dll,ra3_server.bat,ra3_server.sh}
+
# Install RA3 Files
cp -r "${srcdir}/arena" \
"${pkgdir}/opt/quake3/"