summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-07-29 15:39:03 -0400
committerPatrick Northon2023-07-29 15:39:03 -0400
commit78e00977b79fffa0bd163db4d965b9d7f2f57156 (patch)
treed2f65c311fd5f3a2689919821a2806cc303b1729
parenta67ed9d174248040bfe32a7d77774fae2d68c751 (diff)
downloadaur-78e00977b79fffa0bd163db4d965b9d7f2f57156.tar.gz
Update version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a5f808b3fa9..d5770ac6b130 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libxslt
pkgdesc = XML stylesheet transformation library (mingw-w64)
- pkgver = 1.1.34
+ pkgver = 1.1.38
pkgrel = 1
url = http://xmlsoft.org/XSLT/
arch = any
@@ -12,9 +12,9 @@ pkgbase = mingw-w64-libxslt
options = staticlibs
options = !buildflags
options = !emptydirs
- source = https://gitlab.gnome.org/GNOME/libxslt/-/archive/v1.1.34/libxslt-v1.1.34.tar.bz2
+ source = https://gitlab.gnome.org/GNOME/libxslt/-/archive/v1.1.38/libxslt-v1.1.38.tar.bz2
source = 0003-fix-concurrent-directory-creation.all.patch
- sha256sums = 34c44ba31397b471e7c36a0b07ff2e56c30a20a0a280caba0ad13fb0adbbc8e5
+ sha256sums = 5c7855f989cfa9ece9901a4e106d018f091b5bf742c8161f559c0b1cb561d076
sha256sums = fc23bd3c9e62a28cb1c020cebc83ca7532a5a7a21c2e4748b72d13ac7716a851
pkgname = mingw-w64-libxslt
diff --git a/PKGBUILD b/PKGBUILD
index 90611261cdf7..e1e11fc0c213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libxslt
pkgname=mingw-w64-${_pkgname}
-pkgver=1.1.34
+pkgver=1.1.38
pkgrel=1
pkgdesc="XML stylesheet transformation library (mingw-w64)"
arch=(any)
@@ -13,7 +13,7 @@ makedepends=(mingw-w64-configure)
options=(!strip staticlibs !buildflags !emptydirs)
source=("https://gitlab.gnome.org/GNOME/${_pkgname}/-/archive/v${pkgver}/${_pkgname}-v${pkgver}.tar.bz2"
"0003-fix-concurrent-directory-creation.all.patch")
-sha256sums=('34c44ba31397b471e7c36a0b07ff2e56c30a20a0a280caba0ad13fb0adbbc8e5'
+sha256sums=('5c7855f989cfa9ece9901a4e106d018f091b5bf742c8161f559c0b1cb561d076'
'fc23bd3c9e62a28cb1c020cebc83ca7532a5a7a21c2e4748b72d13ac7716a851')
_srcdir="${_pkgname}-v${pkgver}"