summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPol Marcet Sardà2018-10-25 20:32:04 +0200
committerPol Marcet Sardà2018-10-25 20:32:04 +0200
commit708235138d291d3e3995faf63f8ffacda60cb158 (patch)
treee867b9f9a648a3dde9c20a5c0e568ebaafa05219 /PKGBUILD
parent55ced6fe12b2d0dc21fc44d2aa325501a6d8dae3 (diff)
downloadaur-708235138d291d3e3995faf63f8ffacda60cb158.tar.gz
Bumped version. Fixed commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bb2be1ac0f2..b84a954c1770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Pol Marcet Sardà <polmarcetsarda@gmail.com>
pkgname=k8vavoom-git
-pkgver=r6306.12559d981
+pkgver=r6328.87632dd11
pkgrel=1
pkgdesc="Source port of Doom"
arch=(x86_64)
@@ -10,9 +10,9 @@ license=('GPLv2')
depends=("zlib" "bzip2" "libpng" "libjpeg" "sdl2" "sdl2_mixer" "openal")
makedepends=("cmake" "git")
-optdepends=("libmad" "mikmod")
+optdepends=("libmad")
-source=("$pkgname"::"git+https://repo.or.cz/k8vavoom.git"
+source=("$pkgname"::"git+https://repo.or.cz/k8vavoom.git#commit=87632dd115d9a89bba608a6a15ae8d338f9d1e07"
"arch.patch")
sha256sums=('SKIP'
@@ -32,8 +32,8 @@ build() {
cd "$srcdir/$pkgname"
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_SERVER=ON \
-DENABLE_MASTER=ON \
+ -DENABLE_SERVER=ON \
-DENABLE_VCCRUN=ON \
-DWITH_SYS_LIBPNG=ON \
.