diff options
author | gameslayer | 2023-11-05 23:24:16 +1000 |
---|---|---|
committer | gameslayer | 2023-11-05 23:24:16 +1000 |
commit | d0154767701471791bbf9f1931ce07f29669cfaa (patch) | |
tree | 7f41f04f0500ed3ceb3436f5cac79e6b619649ee | |
parent | 10a1de0463ab322674912ae47ca0c7bd0e50af69 (diff) | |
download | aur-d0154767701471791bbf9f1931ce07f29669cfaa.tar.gz |
Corrected url on pkgbuild file
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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') |