summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--quakespasm-svn.install12
3 files changed, 3 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8606e4eb9923..c2f24da82007 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat May 7 18:39:15 UTC 2016
+# Thu May 19 17:26:48 UTC 2016
pkgbase = quakespasm-svn
pkgdesc = A modern Quake 1 engine. Forked from Fitzquake and improved in many ways such as Vorbis/MP3 support for music.
- pkgver = 1302
+ pkgver = 1303
pkgrel = 1
url = http://quakespasm.sourceforge.net
- install = quakespasm-svn.install
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 7c14124195c0..711ce3a663f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Christoph Zeiler <rabyte*gmail> (the fitzquake PKGBUILD was a base)
pkgname=quakespasm-svn
_pkgname=quakespasm
-pkgver=1302
+pkgver=1303
pkgrel=1
pkgdesc="A modern Quake 1 engine. Forked from Fitzquake and improved in many ways such as Vorbis/MP3 support for music."
arch=('i686' 'x86_64')
@@ -11,7 +11,6 @@ url="http://quakespasm.sourceforge.net"
license=('GPL2')
depends=('libvorbis' 'libmad' 'sdl2')
makedepends=('subversion')
-install=$pkgname.install
md5sums=('SKIP')
source=('svn+https://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm')
diff --git a/quakespasm-svn.install b/quakespasm-svn.install
deleted file mode 100644
index 711637c70167..000000000000
--- a/quakespasm-svn.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- cat <<- EOF
- :: You need the Quake data (.pak) files to play.
- :: pak0.pak to play the shareware episode and/or
- :: additionally pak1.pak for the whole game.
- :: Put them into <YOUR_HOME_DIR>/.quakespasm/id1/
- EOF
-}
-
-post_upgrade() {
- post_install $1
-}