diff options
author | Yigit Sever | 2025-02-25 11:01:49 +0300 |
---|---|---|
committer | Yigit Sever | 2025-02-25 11:01:49 +0300 |
commit | 5c50d99ae0c64ca866def1af8c05f8a36082c751 (patch) | |
tree | 09c3c986c27500588a0bf1d9f9f19641f56ca205 | |
parent | 1ad56bf4d86e685e0daac73d587e68424cae6dc7 (diff) | |
download | packages-5c50d99ae0c64ca866def1af8c05f8a36082c751.tar.gz packages-5c50d99ae0c64ca866def1af8c05f8a36082c751.tar.bz2 packages-5c50d99ae0c64ca866def1af8c05f8a36082c751.zip |
upgpkg: python-html-text 0.7.0-1
upstream release
-rw-r--r-- | python-html-text/.SRCINFO | 6 | ||||
-rw-r--r-- | python-html-text/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python-html-text/.SRCINFO b/python-html-text/.SRCINFO index f2ecb42..3f0eb15 100644 --- a/python-html-text/.SRCINFO +++ b/python-html-text/.SRCINFO | |||
@@ -1,6 +1,6 @@ | |||
1 | pkgbase = python-html-text | 1 | pkgbase = python-html-text |
2 | pkgdesc = Python library to extract text from HTML | 2 | pkgdesc = Python library to extract text from HTML |
3 | pkgver = 0.6.2 | 3 | pkgver = 0.7.0 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://github.com/zytedata/html-text | 5 | url = https://github.com/zytedata/html-text |
6 | arch = any | 6 | arch = any |
@@ -9,7 +9,7 @@ pkgbase = python-html-text | |||
9 | makedepends = python-installer | 9 | makedepends = python-installer |
10 | makedepends = python-wheel | 10 | makedepends = python-wheel |
11 | depends = python-lxml | 11 | depends = python-lxml |
12 | source = python-html-text-0.6.2.tar.gz::https://github.com/zytedata/html-text/archive/0.6.2.tar.gz | 12 | source = python-html-text-0.7.0.tar.gz::https://github.com/zytedata/html-text/archive/0.7.0.tar.gz |
13 | sha256sums = 2bda73192e3009bacb626c8feacc9ab5f0685947eb5847e181fb1d330410bcc3 | 13 | sha256sums = 9a48cd367c3720731dbb4c67700a80a14a313c1359c63dad660e3961681bb0c0 |
14 | 14 | ||
15 | pkgname = python-html-text | 15 | pkgname = python-html-text |
diff --git a/python-html-text/PKGBUILD b/python-html-text/PKGBUILD index 1cb0452..33e6621 100644 --- a/python-html-text/PKGBUILD +++ b/python-html-text/PKGBUILD | |||
@@ -1,7 +1,7 @@ | |||
1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> | 1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> |
2 | pkgname=python-html-text | 2 | pkgname=python-html-text |
3 | _pkgname=html-text | 3 | _pkgname=html-text |
4 | pkgver=0.6.2 | 4 | pkgver=0.7.0 |
5 | pkgrel=1 | 5 | pkgrel=1 |
6 | pkgdesc="Python library to extract text from HTML" | 6 | pkgdesc="Python library to extract text from HTML" |
7 | arch=('any') | 7 | arch=('any') |
@@ -10,7 +10,7 @@ license=('MIT') | |||
10 | depends=(python-lxml) | 10 | depends=(python-lxml) |
11 | makedepends=(python-build python-installer python-wheel) | 11 | makedepends=(python-build python-installer python-wheel) |
12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") | 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") |
13 | sha256sums=('2bda73192e3009bacb626c8feacc9ab5f0685947eb5847e181fb1d330410bcc3') | 13 | sha256sums=('9a48cd367c3720731dbb4c67700a80a14a313c1359c63dad660e3961681bb0c0') |
14 | 14 | ||
15 | build() { | 15 | build() { |
16 | cd "${_pkgname}-${pkgver}" | 16 | cd "${_pkgname}-${pkgver}" |