aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2023-12-06 13:45:28 +0300
committerYigit Sever2023-12-06 13:45:28 +0300
commitcb915cf6fcb4d2d44226056ed9bb503db2a1e56f (patch)
treeb98be94a4d9d85757b90bee60823382838c54c0f
parent5dcd5b8e0c9f2febf20c6b6575da130424683218 (diff)
downloadpackages-cb915cf6fcb4d2d44226056ed9bb503db2a1e56f.tar.gz
packages-cb915cf6fcb4d2d44226056ed9bb503db2a1e56f.tar.bz2
packages-cb915cf6fcb4d2d44226056ed9bb503db2a1e56f.zip
python-scrape-schema-recipe: Update to 0.2.2-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4358145..ac54e91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
1pkgbase = python-scrape-schema-recipe 1pkgbase = python-scrape-schema-recipe
2 pkgdesc = Scrapes food recipes from HTML into Python dictionaries 2 pkgdesc = Scrapes food recipes from HTML into Python dictionaries
3 pkgver = 0.2.0 3 pkgver = 0.2.2
4 pkgrel = 2 4 pkgrel = 1
5 url = https://github.com/micahcochran/scrape-schema-recipe 5 url = https://github.com/micahcochran/scrape-schema-recipe
6 arch = any 6 arch = any
7 license = Apache 7 license = Apache
@@ -12,7 +12,7 @@ pkgbase = python-scrape-schema-recipe
12 depends = python-isodate 12 depends = python-isodate
13 depends = python-requests 13 depends = python-requests
14 depends = python-types-requests 14 depends = python-types-requests
15 source = python-scrape-schema-recipe-0.2.0.tar.gz::https://github.com/micahcochran/scrape-schema-recipe/archive/v0.2.0.tar.gz 15 source = python-scrape-schema-recipe-0.2.2.tar.gz::https://github.com/micahcochran/scrape-schema-recipe/archive/v0.2.2.tar.gz
16 sha256sums = ecc253c82a9346c66e77005680a3f746a2feca7292bbcab0c4357b2757a0d1bf 16 sha256sums = aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216
17 17
18pkgname = python-scrape-schema-recipe 18pkgname = python-scrape-schema-recipe
diff --git a/PKGBUILD b/PKGBUILD
index 0c8b57f..3d98efd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
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=1
7pkgdesc="Scrapes food recipes from HTML into Python dictionaries" 7pkgdesc="Scrapes food recipes from HTML into Python dictionaries"
8arch=('any') 8arch=('any')
9url="https://github.com/micahcochran/scrape-schema-recipe" 9url="https://github.com/micahcochran/scrape-schema-recipe"
@@ -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}"