summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2024-01-10 12:18:04 +1000
committercorey drew bruce2024-01-10 12:18:04 +1000
commit4248962a0de3e5595ee0b0be4e0561c8fca6b1fc (patch)
tree1865f67c04c9668ecb5170bf28b3840433bca727
parent2e3a07e7e7175c866b41ee6e86518d04e86ef33f (diff)
downloadaur-4248962a0de3e5595ee0b0be4e0561c8fca6b1fc.tar.gz
source link fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef85f9bc948..36a7fdcfeff4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = wolf3d
depends = wget
depends = unzip
depends = yad
- source = https://gitlab.com/wolfenstein3d/wolfenstein3d/-/archive/1.0.0-1/wolfenstein3d-1.0.0-1.tar.bz2
+ source = https://gitlab.com/wolfenstein3d/wolf3d/-/archive/1.0.0-1/wolf3d-1.0.0-1.tar.bz2
sha256sums = SKIP
pkgname = wolf3d
diff --git a/PKGBUILD b/PKGBUILD
index 9d8dc95a9bb7..89355085e704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://gitlab.com/wolfenstein3d"
license=('GPL')
depends=('wolf4sdl-bin' 'wget' 'unzip' 'yad')
makedepends=('unzip')
-source=("https://gitlab.com/wolfenstein3d/wolfenstein3d/-/archive/$pkgver-$pkgrel/wolfenstein3d-$pkgver-$pkgrel.tar.bz2")
+source=("https://gitlab.com/wolfenstein3d/wolf3d/-/archive/$pkgver-$pkgrel/wolf3d-$pkgver-$pkgrel.tar.bz2")
sha256sums=("SKIP")
package() {