summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgameslayer2024-04-19 16:58:51 +1000
committergameslayer2024-04-19 16:58:51 +1000
commit7625468dba8e59f0e0bbecba0b228e30d938d2dc (patch)
tree0b6382ac3a81b205d692e02705788d1c0cc775f7
parent7a003ca7bf8badb8ef72472bcc671c28dc04aa78 (diff)
downloadaur-7625468dba8e59f0e0bbecba0b228e30d938d2dc.tar.gz
Updated repo link on pkgbuild
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 505fa1033bec..e69de29bb2d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +0,0 @@
-pkgbase = xash3d-fwgs-bin
- pkgdesc = Xash3D FWGS is a heavily modified fork of an original Xash3D Engine for Half Life 1
- pkgver = 1677835
- pkgrel = 2
- url = https://gitlab.com/half-life1
- arch = x86_64
- arch = i686
- arch = aarch64
- license = GPL
- makedepends = unzip
- depends = sdl2
- depends = sdl2_net
- source_x86_64 = https://gitlab.com/linuxbombay/half-life1/binaries/1677835/-/raw/main/xash3d-fwgs-linux-x64.tar.xz
- sha256sums_x86_64 = bcff2df44f242555b426ba6623ff5a28eeaca9003c6bd2bd55da550d90de2913
- source_i686 = https://gitlab.com/linuxbombay/half-life1/binaries/1677835/-/raw/main/xash3d-fwgs-linux-i686.tar.xz
- sha256sums_i686 = 29c7cd4c4ffd7752494b27db2592458e6c768e57f2ad2f748f2efada5991437e
- source_aarch64 = https://gitlab.com/linuxbombay/half-life1/binaries/1677835/-/raw/main/xash3d-fwgs-linux-arm64.tar.xz
- sha256sums_aarch64 = f298b84b34543efd4fca0a98469c05f33af136ae6adf8e7aa77de5c9394ad352
-
-pkgname = xash3d-fwgs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 01ab4f4e947e..44048455114b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgrel_i686=1
_pkgrel_aarch64=1
pkgdesc="Xash3D FWGS is a heavily modified fork of an original Xash3D Engine for Half Life 1"
arch=('x86_64' 'i686' 'aarch64')
-url="https://gitlab.com/half-life1"
+url="https://gitlab.com/linuxbombay/half-life1"
license=('GPL')
depends=('sdl2' 'sdl2_net')
makedepends=('unzip')