summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol_M2018-06-16 19:54:59 +0200
committerPol_M2018-06-16 19:54:59 +0200
commit44810744a5b8df51984df4bd51ec75315fca9b0f (patch)
tree36c60aedf3017f7d6753035660a79ddd5b83c12d
parentce77858a80f14cd1ced3c780bb5818120e206347 (diff)
downloadaur-44810744a5b8df51984df4bd51ec75315fca9b0f.tar.gz
Changed revision back to 20180328
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78fedc211643..11a3bf04d8b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = doomseeker
pkgdesc = A cross-platform Doom server browser
pkgver = 1.2
- pkgrel = 20180616
+ pkgrel = 20180328
url = http://doomseeker.drdteam.org/
arch = i686
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = doomseeker
optdepends = odamex: Classic client/server multiplayer fork
optdepends = chocolate-doom: Doom source port accurately reproducing the original DOS versions of Doom
optdepends = srb2: A 3D Sonic fan game based off of Doom Legacy (aka "Sonic Robo Blast 2")
- source = hg+https://bitbucket.org/Doomseeker/doomseeker#revision=c2c7f37
+ source = hg+https://bitbucket.org/Doomseeker/doomseeker#revision=5aaddc0
source = doomseeker.desktop
source = doomseeker-launch-script.sh
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index be46763c61fe..2ea91b7327c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=doomseeker
pkgver=1.2
-pkgrel=20180616
+pkgrel=20180328
pkgdesc="A cross-platform Doom server browser"
arch=(i686 x86_64)
url="http://doomseeker.drdteam.org/"
@@ -17,7 +17,7 @@ optdepends=('qt4: A cross-platform application and UI framework'
'chocolate-doom: Doom source port accurately reproducing the original DOS versions of Doom'
'srb2: A 3D Sonic fan game based off of Doom Legacy (aka "Sonic Robo Blast 2")')
-source=("hg+https://bitbucket.org/Doomseeker/doomseeker#revision=c2c7f37"
+source=("hg+https://bitbucket.org/Doomseeker/doomseeker#revision=5aaddc0"
"doomseeker.desktop"
"doomseeker-launch-script.sh")
@@ -30,7 +30,7 @@ build() {
cd $srcdir/$_bbdir
mkdir -p build
cd build
- cmake -DCMAKE_BUILD_TYPE=Release .. && \
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=true -DCMAKE_INSTALL_PREFIX=/usr .. && \
make -j$(nproc)
}