summaryrefslogtreecommitdiffstats
path: root/python-scrape-schema-recipe/PKGBUILD
diff options
context:
space:
mode:
authorYigit Sever2023-12-06 13:43:07 +0300
committerYigit Sever2023-12-06 13:43:07 +0300
commit9c5ce550198d0a8df6f5eac0e161986b60056e76 (patch)
treec733e9e3a0eef76b3cf4e507eb309bee12aec40e /python-scrape-schema-recipe/PKGBUILD
parentf8bf80d76c9cf04eb371deec4ff71ee6fca92d3a (diff)
downloadpackages-9c5ce550198d0a8df6f5eac0e161986b60056e76.tar.gz
packages-9c5ce550198d0a8df6f5eac0e161986b60056e76.tar.bz2
packages-9c5ce550198d0a8df6f5eac0e161986b60056e76.zip
python-scrape-schema-recipe: Update to 0.2.2-2
Diffstat (limited to 'python-scrape-schema-recipe/PKGBUILD')
-rw-r--r--python-scrape-schema-recipe/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-scrape-schema-recipe/PKGBUILD b/python-scrape-schema-recipe/PKGBUILD
index 0c8b57f..755f58f 100644
--- a/python-scrape-schema-recipe/PKGBUILD
+++ b/python-scrape-schema-recipe/PKGBUILD
@@ -2,7 +2,7 @@
2 2
3pkgname=python-scrape-schema-recipe 3pkgname=python-scrape-schema-recipe
4_pkgname=scrape-schema-recipe 4_pkgname=scrape-schema-recipe
5pkgver=0.2.0 5pkgver=0.2.2
6pkgrel=2 6pkgrel=2
7pkgdesc="Scrapes food recipes from HTML into Python dictionaries" 7pkgdesc="Scrapes food recipes from HTML into Python dictionaries"
8arch=('any') 8arch=('any')
@@ -16,7 +16,7 @@ depends=('python-dataclasses'
16 'python-types-requests') 16 'python-types-requests')
17makedepends=('python-setuptools') 17makedepends=('python-setuptools')
18source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") 18source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
19sha256sums=('ecc253c82a9346c66e77005680a3f746a2feca7292bbcab0c4357b2757a0d1bf') 19sha256sums=('aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216')
20 20
21build() { 21build() {
22 cd "${_pkgname}-${pkgver}" 22 cd "${_pkgname}-${pkgver}"