summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgameslayer2024-04-19 16:35:49 +1000
committergameslayer2024-04-19 16:35:49 +1000
commit7a003ca7bf8badb8ef72472bcc671c28dc04aa78 (patch)
tree5414666000a14b7ac4ad74e9e57d317010fba016
parent4f38fa5a7404f0d9819d55ca6715497464318244 (diff)
downloadaur-7a003ca7bf8badb8ef72472bcc671c28dc04aa78.tar.gz
- Updated repo link as I have moved it to a big main repository for all my projects - Added the checksums to the package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3b394aadc7b..505fa1033bec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,11 +10,11 @@ pkgbase = xash3d-fwgs-bin
makedepends = unzip
depends = sdl2
depends = sdl2_net
- source_x86_64 = https://gitlab.com/half-life1/binaries/1677835/-/raw/main/xash3d-fwgs-linux-x64.tar.xz
+ 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/half-life1/binaries/1677835/-/raw/main/xash3d-fwgs-linux-i686.tar.xz
+ 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/half-life1/binaries/1677835/-/raw/main/xash3d-fwgs-linux-arm64.tar.xz
+ 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 70e1d0e7b3ef..01ab4f4e947e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,9 @@ makedepends=('unzip')
sha256sums_x86_64=('bcff2df44f242555b426ba6623ff5a28eeaca9003c6bd2bd55da550d90de2913')
sha256sums_i686=('29c7cd4c4ffd7752494b27db2592458e6c768e57f2ad2f748f2efada5991437e')
sha256sums_aarch64=('f298b84b34543efd4fca0a98469c05f33af136ae6adf8e7aa77de5c9394ad352')
-source_x86_64=("https://gitlab.com/half-life1/binaries/$pkgver/-/raw/main/xash3d-fwgs-linux-x64.tar.xz")
-source_i686=("https://gitlab.com/half-life1/binaries/$pkgver/-/raw/main/xash3d-fwgs-linux-i686.tar.xz")
-source_aarch64=("https://gitlab.com/half-life1/binaries/$pkgver/-/raw/main/xash3d-fwgs-linux-arm64.tar.xz")
+source_x86_64=("https://gitlab.com/linuxbombay/half-life1/binaries/$pkgver/-/raw/main/xash3d-fwgs-linux-x64.tar.xz")
+source_i686=("https://gitlab.com/linuxbombay/half-life1/binaries/$pkgver/-/raw/main/xash3d-fwgs-linux-i686.tar.xz")
+source_aarch64=("https://gitlab.com/linuxbombay/half-life1/binaries/$pkgver/-/raw/main/xash3d-fwgs-linux-arm64.tar.xz")
package() {
install -dm755 "$pkgdir/usr/bin"