summaryrefslogtreecommitdiffstats
path: root/python-extruct/PKGBUILD
diff options
context:
space:
mode:
authorYigit Sever2022-12-16 01:01:23 +0300
committerYigit Sever2022-12-16 01:01:23 +0300
commit0c00b34d5ddd3c8ef815d36573146f6d673910ae (patch)
tree9ecadd3d5ecccc7f408ae2e721fe97420f3c0019 /python-extruct/PKGBUILD
parent4f29a22a965286a88bb4f592ba7fa1d752caa1c0 (diff)
downloadpackages-0c00b34d5ddd3c8ef815d36573146f6d673910ae.tar.gz
packages-0c00b34d5ddd3c8ef815d36573146f6d673910ae.tar.bz2
packages-0c00b34d5ddd3c8ef815d36573146f6d673910ae.zip
python-extruct: Update to 0.14.0-1
upstream release
Diffstat (limited to 'python-extruct/PKGBUILD')
-rw-r--r--python-extruct/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/python-extruct/PKGBUILD b/python-extruct/PKGBUILD
index 3aaf859..2c7b5a9 100644
--- a/python-extruct/PKGBUILD
+++ b/python-extruct/PKGBUILD
@@ -1,7 +1,8 @@
1# Maintainer: Yigit Sever <yigit at yigitsever dot com> 1# Maintainer: Yigit Sever <yigit at yigitsever dot com>
2
2pkgname=python-extruct 3pkgname=python-extruct
3_pkgname=extruct 4_pkgname=extruct
4pkgver=0.13.0 5pkgver=0.14.0
5pkgrel=1 6pkgrel=1
6pkgdesc="Extract embedded metadata from HTML markup" 7pkgdesc="Extract embedded metadata from HTML markup"
7arch=('any') 8arch=('any')
@@ -10,7 +11,7 @@ license=('custom')
10depends=('python-lxml' 'python-requests' 'python-rdflib' 'python-rdflib-jsonld' 'python-pyrdfa3' 'python-mf2py' 'python-six' 'python-w3lib' 'python-html-text' 'python-jstyleson') 11depends=('python-lxml' 'python-requests' 'python-rdflib' 'python-rdflib-jsonld' 'python-pyrdfa3' 'python-mf2py' 'python-six' 'python-w3lib' 'python-html-text' 'python-jstyleson')
11makedepends=('python-setuptools') 12makedepends=('python-setuptools')
12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") 13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
13sha256sums=('2bf4d8aaf9cfd2ea27bac256e5cabd601a480a47f49b9531ac8bfe3b42a9c74f') 14sha256sums=('7bb956c55eea39fddfb0b827a676abb19abac2af009c1b420b3a004f3e2b1262')
14 15
15build() { 16build() {
16 cd "${_pkgname}-${pkgver}" 17 cd "${_pkgname}-${pkgver}"