summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore14
-rw-r--r--PKGBUILD9
3 files changed, 26 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a930065df04d..dc7b843eaa0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,16 @@
+# Generated by mksrcinfo v8
+# Wed Apr 6 08:18:23 UTC 2016
pkgbase = quake2world-data-git
pkgdesc = A free, stand-alone, multiplayer-only iteration of Quake2 (game data)
pkgver = r408.1324b25
- pkgrel = 1
+ pkgrel = 2
url = http://quetoo.org
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
+ depends = quake2world-git
source = git+https://github.com/jdolan/quake2world-data.git
- md5sums = SKIP
+ sha512sums = SKIP
pkgname = quake2world-data-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..be0b832b200e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+quake2world-data-git
+.*.swp
+*.pkg.tar.xz
+src
+pkg
+*.tar
+*.tar.bz2
+*.tar.xz
+*.tar.gz
+*.tgz
+*.txz
+*.tbz
+*.tbz2
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index b0f14b3cffdd..4de1c189a605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: brent saner <bts@square-r00t.net>
+validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
pkgname=quake2world-data-git
pkgver=r408.1324b25
-pkgrel=1
+pkgrel=2
pkgdesc="A free, stand-alone, multiplayer-only iteration of Quake2 (game data)"
-arch=('any')
+arch=('i686' 'x86_64')
url="http://quetoo.org"
license=('GPL')
source=(git+https://github.com/jdolan/quake2world-data.git)
-md5sums=('SKIP')
-#depends=('quake2world-git')
+sha512sums=('SKIP')
+depends=('quake2world-git')
_pkgname=quake2world-data
pkgver() {