summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-05-30 18:10:08 -0400
committerPatrick Northon2022-05-30 18:10:08 -0400
commit9e65b1015051e1c763621abd3d84fce03a294fd0 (patch)
tree29f878fcb349ff396dacd762d687ee514a056ed1
parent1916fcb41b7bfe94cc179252102d07f9d9c9e014 (diff)
downloadaur-9e65b1015051e1c763621abd3d84fce03a294fd0.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 6924dbefbbc0..0cae87427898 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-lxml
pkgdesc = Python2 binding for the libxml2 and libxslt libraries
- pkgver = 4.8.0
+ pkgver = 4.9.0
pkgrel = 1
url = https://lxml.de/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = python2-lxml
makedepends = cython2
depends = python2
depends = libxslt
- source = https://github.com/lxml/lxml/archive/lxml-4.8.0.tar.gz
- sha512sums = bbcd8ea001cfa2820dcac4e00de6ded81700b2f0bd4a58bcdd4da05a19a107f57cd56280c4838fe19ee7ecd6be105878bf8c2f1c0e5111899c4ad1a2ba03537f
+ source = https://github.com/lxml/lxml/archive/lxml-4.9.0.tar.gz
+ sha512sums = e85036a96a78da092d7d77dfb482ca00094811d085076bd2a1fe6f5cb31ac9ba8273a1193b5de8af7b4551b4deb41add83db450de8186c0567fcb4522a8da803
pkgname = python2-lxml
diff --git a/PKGBUILD b/PKGBUILD
index 227187af3ec5..0104053f63b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=python2-lxml
-pkgver=4.8.0
+pkgver=4.9.0
pkgrel=1
pkgdesc="Python2 binding for the libxml2 and libxslt libraries"
arch=('i686' 'x86_64' 'armv7h')
@@ -10,7 +10,7 @@ license=('BSD' 'custom')
depends=('python2' 'libxslt')
makedepends=('python2-setuptools' 'cython2')
source=("https://github.com/lxml/lxml/archive/lxml-$pkgver.tar.gz")
-sha512sums=('bbcd8ea001cfa2820dcac4e00de6ded81700b2f0bd4a58bcdd4da05a19a107f57cd56280c4838fe19ee7ecd6be105878bf8c2f1c0e5111899c4ad1a2ba03537f')
+sha512sums=('e85036a96a78da092d7d77dfb482ca00094811d085076bd2a1fe6f5cb31ac9ba8273a1193b5de8af7b4551b4deb41add83db450de8186c0567fcb4522a8da803')
_dir="lxml-lxml-${pkgver}"
build() {