summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgameslayer2023-11-05 23:24:16 +1000
committergameslayer2023-11-05 23:24:16 +1000
commitd0154767701471791bbf9f1931ce07f29669cfaa (patch)
tree7f41f04f0500ed3ceb3436f5cac79e6b619649ee
parent10a1de0463ab322674912ae47ca0c7bd0e50af69 (diff)
downloadaur-d0154767701471791bbf9f1931ce07f29669cfaa.tar.gz
Corrected url on pkgbuild file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1520785aec0f..141b5fec5c2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = diablo
pkgdesc = Diablo is an action role-playing video game developed by Blizzard North and released by Blizzard Entertainment Powered by the Devilution engine
pkgver = 1.0.1
pkgrel = 1
- url = https://gitlab.com/7plus/application
+ url = https://gitlab.com/devilutionx-bin/diablo
arch = x86_64
arch = aarch64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index f70abdac8cea..1d8e48e5c6c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1.0.1
pkgrel=1
pkgdesc="Diablo is an action role-playing video game developed by Blizzard North and released by Blizzard Entertainment Powered by the Devilution engine"
arch=('x86_64' 'aarch64')
-url="https://gitlab.com/7plus/application"
+url="https://gitlab.com/devilutionx-bin/diablo"
license=('GPL')
depends=('devilutionx-bin' 'git' 'aria2')
makedepends=('unzip')