summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 04:18:23 -0400
committerbrent s2016-04-06 04:18:23 -0400
commitc85832893517f9f1898ae77db55ebf72581f0bdc (patch)
treecc89ab6b5fd1b28fb66a53dba927551313d8022d
parent62f7444895056213038d58930410f126a162b555 (diff)
downloadaur-c85832893517f9f1898ae77db55ebf72581f0bdc.tar.gz
adding gitignore, updating to sha512sums
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore14
-rw-r--r--PKGBUILD7
3 files changed, 23 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9afb56295b26..cf167cf3f4d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Tue Jan 19 02:03:33 UTC 2016
+# Wed Apr 6 08:18:23 UTC 2016
pkgbase = quake2world-git
pkgdesc = A free, stand-alone, multiplayer-only iteration of Quake2
pkgver = r2493.f1fb32c
- pkgrel = 1
+ pkgrel = 2
url = http://quetoo.org
install = quake2world.install
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
makedepends = sdl2
makedepends = sdl2_mixer
@@ -18,7 +19,7 @@ pkgbase = quake2world-git
depends = sdl2_mixer
optdepends = quake2world-data-git: the game data files
source = git+https://github.com/jdolan/quake2world.git
- md5sums = SKIP
+ sha512sums = SKIP
pkgname = quake2world-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a5788e62e27b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+quake2world-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 2e713072b232..370df6db1cf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: brent saner <bts@square-r00t.net>
+validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
pkgname=quake2world-git
pkgver=r2493.f1fb32c
-pkgrel=1
+pkgrel=2
pkgdesc="A free, stand-alone, multiplayer-only iteration of Quake2"
-arch=('any')
+arch=('i686' 'x86_64')
url="http://quetoo.org"
license=('GPL')
source=(git+https://github.com/jdolan/quake2world.git)
-md5sums=('SKIP')
+sha512sums=('SKIP')
depends=('sdl2' 'curl' 'sdl2_image' 'sdl2_mixer')
makedepends=('sdl2' 'sdl2_mixer' 'sdl2_image' 'physfs')
optdepends=(