summaryrefslogtreecommitdiffstats
path: root/python-mf2py/PKGBUILD
diff options
context:
space:
mode:
authorYigit Sever2024-02-11 18:41:24 +0300
committerYigit Sever2024-02-11 18:41:24 +0300
commit6635f358318d1409c605dcf575a705e40ed3390f (patch)
treea1555a18d3cbbc58265be060da8d51674055e93c /python-mf2py/PKGBUILD
parent40f33f3b248143e71095e6e34843725e08a76e43 (diff)
downloadpackages-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/PKGBUILD4
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
3pkgname=python-mf2py 3pkgname=python-mf2py
4_name=${pkgname#python-} 4_name=${pkgname#python-}
5pkgver=1.1.3 5pkgver=2.0.1
6pkgrel=1 6pkgrel=1
7pkgdesc="Python Microformats2 parser" 7pkgdesc="Python Microformats2 parser"
8arch=('any') 8arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
11depends=('python-beautifulsoup4' 'python-requests') 11depends=('python-beautifulsoup4' 'python-requests')
12makedepends=('python-setuptools') 12makedepends=('python-setuptools')
13source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") 13source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
14sha256sums=('4241e91ed4b644dd666d9fbd2557ed86e5bb7399c196026f7b0a1f413b33f59f') 14sha256sums=('1380924633413b8d72e704b5c86b4382c4b1371699edecc907b01cd21138d7cd')
15 15
16build() { 16build() {
17 cd "${_name}-${pkgver}" 17 cd "${_name}-${pkgver}"