summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8befb7f48710..1ae2eb3ccbb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gzdoom
pkgdesc = Advanced Doom source port with OpenGL support
- pkgver = 3.7.0
+ pkgver = 3.7.1
pkgrel = 1
url = http://www.zdoom.org/
arch = i686
@@ -43,7 +43,7 @@ pkgbase = gzdoom
optdepends = urbanbrawl-wad: Urban Brawl: Action Doom 2 game data
optdepends = xorg-xmessage: crash dialog (other)
replaces = gzdoom1
- source = gzdoom::git://github.com/coelckers/gzdoom.git#tag=g3.7.0
+ source = gzdoom::git://github.com/coelckers/gzdoom.git#tag=g3.7.1
source = gzdoom.desktop
source = 0001-Fix-soundfont-search-path.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 68bf95ce0248..d1ac50f8af47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=gzdoom
pkgname=${_name}
-pkgver=3.7.0
+pkgver=3.7.1
pkgrel=1
pkgdesc='Advanced Doom source port with OpenGL support'
arch=('i686' 'x86_64')
@@ -68,7 +68,6 @@ build() {
-DASMJIT_FOUND=TRUE \
-DASMJIT_INCLUDE_DIR=/usr/include \
-DASMJIT_LIBRARIES=asmjit \
- -DASMJIT_LIBRARY=asmjit \
-DINSTALL_PATH=bin \
-DINSTALL_PK3_PATH=share/$_name \
.