summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2024-02-09 11:35:45 +0800
committerpingplug2024-02-09 11:35:45 +0800
commit35eedd7731dfab953fda9c4920cfd99da8e59c55 (patch)
tree209884822f3f490f22a992ca31e8ae634a48c7c9
parent0aab61d3e3db24ff855bb004bb148cf680216eb4 (diff)
downloadaur-35eedd7731dfab953fda9c4920cfd99da8e59c55.tar.gz
update URL
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3317bdaec22c..a519d32a3960 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mingw-w64-xz
pkgdesc = Library and command line tools for XZ and LZMA compressed files (mingw-w64)
pkgver = 5.4.6
- pkgrel = 1
- url = https://tukaani.org/xz
+ pkgrel = 2
+ url = https://xz.tukaani.org/xz-utils/
arch = any
license = custom
license = GPL
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-xz
options = !strip
options = staticlibs
options = !buildflags
- source = https://tukaani.org/xz/xz-5.4.6.tar.gz
- source = https://tukaani.org/xz/xz-5.4.6.tar.gz.sig
+ source = https://github.com/tukaani-project/xz/releases/download/v5.4.6/xz-5.4.6.tar.gz
+ source = https://github.com/tukaani-project/xz/releases/download/v5.4.6/xz-5.4.6.tar.gz.sig
validpgpkeys = 22D465F2B4C173803B20C6DE59FCF207FEA7F445
sha256sums = aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5573b38bf28c..636ca5a4832b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,15 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-xz
pkgver=5.4.6
-pkgrel=1
+pkgrel=2
pkgdesc="Library and command line tools for XZ and LZMA compressed files (mingw-w64)"
arch=('any')
-url="https://tukaani.org/xz"
+url="https://xz.tukaani.org/xz-utils/"
license=('custom' 'GPL' 'LGPL')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-configure')
options=('!strip' 'staticlibs' '!buildflags')
-source=("${url}/xz-${pkgver}.tar.gz"{,.sig})
+source=("https://github.com/tukaani-project/xz/releases/download/v${pkgver}/xz-${pkgver}.tar.gz"{,.sig})
sha256sums=('aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c'
'SKIP')
validpgpkeys=('22D465F2B4C173803B20C6DE59FCF207FEA7F445') # Jia Tan <jiat0218@gmail.com>