summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-10 20:39:13 +0800
committerChocobo12023-04-10 20:39:13 +0800
commit155ae57c95fa212951e4861d619dba4f6ca36dec (patch)
treeee10613a60e0895d7a705a20e852405ecff3b2a2
parent8fa49003da306e38da39b222a4192798bb57b3dd (diff)
downloadaur-155ae57c95fa212951e4861d619dba4f6ca36dec.tar.gz
upgpkg: libxslt-git 1.1.37.r131.g075b6087-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4904a974a0b..0aa4bf7ad649 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libxslt-git
pkgdesc = XML stylesheet transformation library
- pkgver = 1.1.33.r45.g5b096501
+ pkgver = 1.1.37.r131.g075b6087
pkgrel = 1
- url = http://xmlsoft.org/XSLT/
+ url = https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
arch = i686
arch = x86_64
license = custom
@@ -10,11 +10,10 @@ pkgbase = libxslt-git
depends = glibc
depends = libgcrypt
depends = libxml2
- provides = libxslt
+ provides = libxslt=1.1.37.r131.g075b6087
conflicts = libxslt
options = staticlibs
source = git+https://gitlab.gnome.org/GNOME/libxslt.git
sha256sums = SKIP
pkgname = libxslt-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9bdfb86b2a29..4bac544a2b23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libxslt-git
-pkgver=1.1.33.r45.g5b096501
+pkgver=1.1.37.r131.g075b6087
pkgrel=1
pkgdesc="XML stylesheet transformation library"
arch=('i686' 'x86_64')
-url="http://xmlsoft.org/XSLT/"
+url="https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home"
license=('custom')
depends=('glibc' 'libgcrypt' 'libxml2')
makedepends=('git')
-provides=('libxslt')
+provides=("libxslt=$pkgver")
conflicts=('libxslt')
options=('staticlibs')
source=("git+https://gitlab.gnome.org/GNOME/libxslt.git")