summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthatdude2017-01-01 23:26:40 +1100
committerthatdude2017-01-01 23:26:40 +1100
commit1799cbba11d6db96a2ada353ad030948a7b8180d (patch)
tree882b1ed27ed3770e9996df225c7f66e7fc962176
parent70d1fa663d20dfe68905c9385c9bacb17fbe4170 (diff)
downloadaur-1799cbba11d6db96a2ada353ad030948a7b8180d.tar.gz
fixed upstream url
it was incorrect now it ain't Signed-off-by: thatdude <declanhoare@exemail.com.au>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0882952f924f..562e14881590 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = supergzdoom
pkgdesc = WAD selector for gzdoom
pkgver = 1.0
pkgrel = 1
- url = https://github.com/RogueAI42/gzdoom
+ url = https://github.com/RogueAI42/supergzdoom
arch = any
license = GPL3
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index 4589fbdd86b7..4134e4594424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1.0
pkgrel=1
pkgdesc="WAD selector for gzdoom"
arch=('any')
-url="https://github.com/RogueAI42/gzdoom"
+url="https://github.com/RogueAI42/supergzdoom"
license=('GPL3')
depends=('bash' 'zenity' 'gzdoom')
source=("supergzdoom-1.0.tar.gz::https://github.com/RogueAI42/supergzdoom/archive/v1.0.tar.gz")