summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2018-01-01 13:07:03 -0800
committerMike Swanson2018-01-01 13:07:03 -0800
commita019c7513d3d5156d951d9279de94f4279a7252b (patch)
tree4d72164e16a044350de4c38d0119d343ca2e5428
parent5b6aed41cc88261ff5293244e36cba985655c57e (diff)
downloadaur-a019c7513d3d5156d951d9279de94f4279a7252b.tar.gz
Update for post-3.0.0 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc3758772cd8..99659ded9d91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 27 02:47:28 UTC 2017
+# Mon Jan 1 20:56:48 UTC 2018
pkgbase = chocolate-doom-git
pkgdesc = Historically-accurate Doom, Heretic, Hexen, and Strife ports.
- pkgver = 3.0.0beta1.r16.64ad6083
+ pkgver = 3.0.0.r0.8777b99c
pkgrel = 1
url = http://www.chocolate-doom.org/
arch = i686
@@ -14,7 +14,7 @@ pkgbase = chocolate-doom-git
depends = libsamplerate
depends = sdl2_mixer
depends = sdl2_net
- source = git+https://github.com/chocolate-doom/chocolate-doom.git#branch=sdl2-branch
+ source = git+https://github.com/chocolate-doom/chocolate-doom.git
sha512sums = SKIP
pkgname = chocolate-doom-git
diff --git a/PKGBUILD b/PKGBUILD
index dff09069dab7..e45296a39f30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
pkgname=(chocolate-{doom,heretic,hexen,strife,common}-git)
_pkgname=${pkgname[0]/-git/}
pkgdesc="Historically-accurate Doom, Heretic, Hexen, and Strife ports."
-pkgver=3.0.0beta1.r16.64ad6083
+pkgver=3.0.0.r0.8777b99c
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.chocolate-doom.org/"
license=('GPL2')
depends=('libpng' 'libsamplerate' 'sdl2_mixer' 'sdl2_net')
makedepends=('git' 'python')
-source=(git+https://github.com/chocolate-doom/chocolate-doom.git#branch=sdl2-branch)
+source=(git+https://github.com/chocolate-doom/chocolate-doom.git)
sha512sums=('SKIP')
pkgver() {
cd "${_pkgname}"
- local version="$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g;s/\.beta/beta/g')"
+ local version="$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
printf %s "${version##chocolate.doom.}"
}