summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2023-02-06 11:14:25 +0800
committertaotieren2023-02-06 11:14:25 +0800
commiteb5a809a1767b5e00eb3e95149a2c1f1694469ba (patch)
treee0f99a4792b14e9201283481bb852920b7b0f3bb
parent897c30e54c0c8a57d1de1db970656dba8e1db5e0 (diff)
downloadaur-lzma-sdk.tar.gz
update 21.07
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc7ce16f09aa..cdb77cacead4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = lzma-sdk
pkgdesc = The LZMA SDK provides the documentation, samples, header files, libraries, and tools you need to develop applications that use LZMA compression.
- pkgver = 21.02
- pkgrel = 1
+ pkgver = 21.07
+ pkgrel = 0
url = https://www.7-zip.org/sdk.html
arch = any
license = public domain
depends = p7zip
noextract = lzma2102.7z
options = !strip
- source = https://www.7-zip.org/a/lzma2102.7z
- sha256sums = 299c435e5b97c0419deac0afd1df1b5fa8618ecb166d1d38621b3f78bec22d75
+ source = https://www.7-zip.org/a/lzma2107.7z
+ sha256sums = 833888f03c6628c8a062ce5844bb8012056e7ab7ba294c7ea232e20ddadf0d75
pkgname = lzma-sdk
diff --git a/PKGBUILD b/PKGBUILD
index a4c5415c3915..c5af691c650f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: taotieren <admin@taotieren.com>
pkgname=lzma-sdk
-pkgver=21.02
-pkgrel=1
+pkgver=21.07
+pkgrel=0
epoch=
pkgdesc="The LZMA SDK provides the documentation, samples, header files, libraries, and tools you need to develop applications that use LZMA compression."
arch=('any')
@@ -20,14 +20,13 @@ backup=()
options=('!strip')
install=
changelog=
-source=("https://www.7-zip.org/a/lzma2102.7z")
+source=("https://www.7-zip.org/a/lzma${pkgver/./}.7z")
noextract=("lzma2102.7z")
-sha256sums=('299c435e5b97c0419deac0afd1df1b5fa8618ecb166d1d38621b3f78bec22d75')
+sha256sums=('833888f03c6628c8a062ce5844bb8012056e7ab7ba294c7ea232e20ddadf0d75')
#validpgpkeys=()
package() {
install -dm0755 "${pkgdir}/usr/share/${pkgname}"
- 7z x "${srcdir}/lzma2102.7z" -o"${pkgdir}/usr/share/${pkgname}"
-
+ 7z x "${srcdir}/lzma${pkgver/./}.7z" -o"${pkgdir}/usr/share/${pkgname}"
}