summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb9bb5061b24..6da06b8ca31b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = doomseeker
optdepends = zandronum2: GZDoom fork supporting client/server multiplayer
optdepends = odamex: Classic client/server multiplayer fork
optdepends = chocolate-doom: Doom source port accurately reproducing the original DOS versions of Doom
- source = hg+https://bitbucket.org/Doomseeker/doomseeker#revision=5aaddc0
+ source = hg+https://bitbucket.org/Doomseeker/doomseeker
source = doomseeker.desktop
source = doomseeker-launch-script.sh
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5501956222ba..5541dd65c694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Reotip Sakuraga <reotipfur@gmail.com>
+# Maintainer Pol Marcet Sardà <polmarcetsarda@gmail.com>
+# Contributor: Reotip Sakuraga <reotipfur@gmail.com>
pkgname=doomseeker
pkgver=1.2
@@ -14,7 +15,7 @@ makedepends=('gcc' 'cmake' 'make' 'mercurial')
optdepends=('zandronum2: GZDoom fork supporting client/server multiplayer'
'odamex: Classic client/server multiplayer fork'
'chocolate-doom: Doom source port accurately reproducing the original DOS versions of Doom')
-source=("hg+https://bitbucket.org/Doomseeker/doomseeker#revision=5aaddc0"
+source=("hg+https://bitbucket.org/Doomseeker/doomseeker"
"doomseeker.desktop"
"doomseeker-launch-script.sh")