summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c5f043961b0..86c1c323daae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Fri Apr 13 18:52:03 UTC 2018
pkgbase = hlextract
pkgdesc = Extract Tool and Lib for open Half-Life and other games package formats
pkgver = 2.4.6
pkgrel = 1
- url = http://nemesis.thewavelength.net/index.php?c=108
+ url = https://nemstools.github.io/pages/Miscellaneous-HLLib.html
arch = x86_64
license = GPL
license = LGPL
@@ -13,10 +11,9 @@ pkgbase = hlextract
provides = hlextract
provides = hllib
noextract = hllib-2.4.6.zip
- source = hllib-2.4.6.zip::http://nemesis.thewavelength.net/files/files/hllib24.6.zip
+ source = hllib-2.4.6.zip::http://nemstools.github.io/files/hllib246.zip
source = hllib-2.4.6-r1.patch
sha256sums = ed12bee31ec867a92e3daf4c52653ea2afb78c4ce69ca01a6f1588068ae5a1e9
sha256sums = c239792ebe829d802f472b91747b4bb44aa8562a705eb18edf03adb47392a925
pkgname = hlextract
-
diff --git a/.gitignore b/.gitignore
index a40e6ae8b477..1fb84d508caf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,4 @@
!.gitignore
!.SRCINFO
!PKGBUILD
-!hllib-2.5.6-r1.patch
+!hllib-2.4.6-r1.patch
diff --git a/PKGBUILD b/PKGBUILD
index c4e33394a65b..b898322512db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgver=2.4.6
pkgrel=1
pkgdesc="Extract Tool and Lib for open Half-Life and other games package formats"
arch=('x86_64')
-url='http://nemesis.thewavelength.net/index.php?c=108'
+url='https://nemstools.github.io/pages/Miscellaneous-HLLib.html'
license=('GPL' 'LGPL')
depends=('gcc-libs')
makedepends=('git')
provides=('hlextract'
'hllib'
)
-source=("hllib-${pkgver}.zip::http://nemesis.thewavelength.net/files/files/hllib${pkgver/./}.zip"
+source=("hllib-${pkgver}.zip::http://nemstools.github.io/files/hllib${pkgver//./}.zip"
"hllib-${pkgver}-r1.patch"
)
sha256sums=('ed12bee31ec867a92e3daf4c52653ea2afb78c4ce69ca01a6f1588068ae5a1e9'