summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol Marcet Sardà2019-02-24 15:12:11 +0100
committerPol Marcet Sardà2019-02-24 15:12:11 +0100
commit49ba253ba5a79779d8bb2010d1cb2c0d99489d2c (patch)
tree291ce4c39ae05ec418a46e802c61da42cf6b540d
parente2bddf7c7063c25e1d01fd68bdce7dc69eaf5138 (diff)
downloadaur-49ba253ba5a79779d8bb2010d1cb2c0d99489d2c.tar.gz
Update. VCC disabled
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b4ffa2d6205..b4817356d9ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = k8vavoom-git
pkgdesc = Source port of Doom
- pkgver = r7733.e62fbc9da
+ pkgver = r8022.6a06fd1bb
pkgrel = 1
url = https://repo.or.cz/k8vavoom.git
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = k8vavoom-git
depends = sdl2_mixer
depends = openal
optdepends = libmad
- source = k8vavoom-git::git+https://repo.or.cz/k8vavoom.git#commit=e62fbc9dab064c4a3ac2e0fbb172cf252ef7bd90
+ source = k8vavoom-git::git+https://repo.or.cz/k8vavoom.git#tag=build540215
source = arch.patch
sha256sums = SKIP
sha256sums = 29177e8444ef45c5ec61599b6be158fb5c06ab1fd36558c1d4f25fe9ee1a37c8
diff --git a/PKGBUILD b/PKGBUILD
index 27d069e51c37..abf9bae307bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Pol Marcet Sardà <polmarcetsarda@gmail.com>
pkgname=k8vavoom-git
-pkgver=r7733.e62fbc9da
+pkgver=r8022.6a06fd1bb
pkgrel=1
pkgdesc="Source port of Doom"
arch=(x86_64)
@@ -12,7 +12,7 @@ depends=("zlib" "bzip2" "libpng" "libjpeg" "sdl2" "sdl2_mixer" "openal")
makedepends=("cmake" "git")
optdepends=("libmad")
-source=("$pkgname"::"git+https://repo.or.cz/k8vavoom.git#commit=e62fbc9dab064c4a3ac2e0fbb172cf252ef7bd90"
+source=("$pkgname"::"git+https://repo.or.cz/k8vavoom.git#tag=build540215"
"arch.patch")
sha256sums=('SKIP'
@@ -32,9 +32,9 @@ build() {
cd "$srcdir/$pkgname"
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_MASTER=ON \
+ -DENABLE_MASTER=OFF \
-DENABLE_SERVER=OFF \
- -DENABLE_VCCRUN=ON \
+ -DENABLE_VCCRUN=OFF \
-DWITH_SYS_LIBPNG=ON \
.
make