summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b74ca41097cb..dc0725fa96af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = doomseeker
depends = qt5-tools
depends = qt5-base
depends = qt5-multimedia
- optdepends = zandronum2: GZDoom fork supporting client/server multiplayer
+ optdepends = zandronum: 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=c2c7f37
diff --git a/PKGBUILD b/PKGBUILD
index f690e8f55d84..c7091a9c1023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,10 @@ license=("GPL2")
depends=('qt4' 'zlib' 'bzip2' 'qt5-tools' 'qt5-base' 'qt5-multimedia')
makedepends=('gcc' 'cmake' 'make' 'mercurial')
-
-optdepends=('zandronum2: GZDoom fork supporting client/server multiplayer'
+optdepends=('zandronum: 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=c2c7f37"
"doomseeker.desktop"
"doomseeker-launch-script.sh")