summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-02-17 13:41:45 -0500
committerPatrick Northon2022-02-17 13:41:45 -0500
commit1916fcb41b7bfe94cc179252102d07f9d9c9e014 (patch)
tree0cb72d5b63e7c4716bfb3e4fb4be141f2efb04cf
parented9eb7204fcc0e68bbf533bf91a4897e082d3e11 (diff)
downloadaur-1916fcb41b7bfe94cc179252102d07f9d9c9e014.tar.gz
Update version.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f338eca90deb..6924dbefbbc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-lxml
pkgdesc = Python2 binding for the libxml2 and libxslt libraries
- pkgver = 4.7.1
- pkgrel = 2
+ pkgver = 4.8.0
+ pkgrel = 1
url = https://lxml.de/
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = python2-lxml
makedepends = cython2
depends = python2
depends = libxslt
- source = https://github.com/lxml/lxml/archive/lxml-4.7.1.tar.gz
- sha512sums = 33c88ff07152437a09268f3348ada97549686b5a59e2135631991ecc79ad02f35c20aae5d8363d2795bf058b05ef70fa6fbb56b081308cd89b073e176f4872d9
+ source = https://github.com/lxml/lxml/archive/lxml-4.8.0.tar.gz
+ sha512sums = bbcd8ea001cfa2820dcac4e00de6ded81700b2f0bd4a58bcdd4da05a19a107f57cd56280c4838fe19ee7ecd6be105878bf8c2f1c0e5111899c4ad1a2ba03537f
pkgname = python2-lxml
diff --git a/PKGBUILD b/PKGBUILD
index cf96b6efcff4..227187af3ec5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=python2-lxml
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.8.0
+pkgrel=1
pkgdesc="Python2 binding for the libxml2 and libxslt libraries"
arch=('i686' 'x86_64' 'armv7h')
url="https://lxml.de/"
@@ -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=('33c88ff07152437a09268f3348ada97549686b5a59e2135631991ecc79ad02f35c20aae5d8363d2795bf058b05ef70fa6fbb56b081308cd89b073e176f4872d9')
+sha512sums=('bbcd8ea001cfa2820dcac4e00de6ded81700b2f0bd4a58bcdd4da05a19a107f57cd56280c4838fe19ee7ecd6be105878bf8c2f1c0e5111899c4ad1a2ba03537f')
_dir="lxml-lxml-${pkgver}"
build() {