diff options
author | Yigit Sever | 2024-02-11 18:41:24 +0300 |
---|---|---|
committer | Yigit Sever | 2024-02-11 18:41:24 +0300 |
commit | 6635f358318d1409c605dcf575a705e40ed3390f (patch) | |
tree | a1555a18d3cbbc58265be060da8d51674055e93c /python-mf2py/PKGBUILD | |
parent | 40f33f3b248143e71095e6e34843725e08a76e43 (diff) | |
download | packages-6635f358318d1409c605dcf575a705e40ed3390f.tar.gz packages-6635f358318d1409c605dcf575a705e40ed3390f.tar.bz2 packages-6635f358318d1409c605dcf575a705e40ed3390f.zip |
python-mf2py: Update to 2.0.1-1
upstream release
Diffstat (limited to 'python-mf2py/PKGBUILD')
-rw-r--r-- | python-mf2py/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-mf2py/PKGBUILD b/python-mf2py/PKGBUILD index a986ca2..70e49a1 100644 --- a/python-mf2py/PKGBUILD +++ b/python-mf2py/PKGBUILD | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | pkgname=python-mf2py | 3 | pkgname=python-mf2py |
4 | _name=${pkgname#python-} | 4 | _name=${pkgname#python-} |
5 | pkgver=1.1.3 | 5 | pkgver=2.0.1 |
6 | pkgrel=1 | 6 | pkgrel=1 |
7 | pkgdesc="Python Microformats2 parser" | 7 | pkgdesc="Python Microformats2 parser" |
8 | arch=('any') | 8 | arch=('any') |
@@ -11,7 +11,7 @@ license=('MIT') | |||
11 | depends=('python-beautifulsoup4' 'python-requests') | 11 | depends=('python-beautifulsoup4' 'python-requests') |
12 | makedepends=('python-setuptools') | 12 | makedepends=('python-setuptools') |
13 | source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") | 13 | source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") |
14 | sha256sums=('4241e91ed4b644dd666d9fbd2557ed86e5bb7399c196026f7b0a1f413b33f59f') | 14 | sha256sums=('1380924633413b8d72e704b5c86b4382c4b1371699edecc907b01cd21138d7cd') |
15 | 15 | ||
16 | build() { | 16 | build() { |
17 | cd "${_name}-${pkgver}" | 17 | cd "${_name}-${pkgver}" |