From 9c5ce550198d0a8df6f5eac0e161986b60056e76 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 6 Dec 2023 13:43:07 +0300 Subject: python-scrape-schema-recipe: Update to 0.2.2-2 --- python-scrape-schema-recipe/.SRCINFO | 6 +++--- python-scrape-schema-recipe/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'python-scrape-schema-recipe') diff --git a/python-scrape-schema-recipe/.SRCINFO b/python-scrape-schema-recipe/.SRCINFO index 4358145..539f49d 100644 --- a/python-scrape-schema-recipe/.SRCINFO +++ b/python-scrape-schema-recipe/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-scrape-schema-recipe pkgdesc = Scrapes food recipes from HTML into Python dictionaries - pkgver = 0.2.0 + pkgver = 0.2.2 pkgrel = 2 url = https://github.com/micahcochran/scrape-schema-recipe arch = any @@ -12,7 +12,7 @@ pkgbase = python-scrape-schema-recipe depends = python-isodate depends = python-requests depends = python-types-requests - source = python-scrape-schema-recipe-0.2.0.tar.gz::https://github.com/micahcochran/scrape-schema-recipe/archive/v0.2.0.tar.gz - sha256sums = ecc253c82a9346c66e77005680a3f746a2feca7292bbcab0c4357b2757a0d1bf + source = python-scrape-schema-recipe-0.2.2.tar.gz::https://github.com/micahcochran/scrape-schema-recipe/archive/v0.2.2.tar.gz + sha256sums = aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216 pkgname = python-scrape-schema-recipe 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 @@ pkgname=python-scrape-schema-recipe _pkgname=scrape-schema-recipe -pkgver=0.2.0 +pkgver=0.2.2 pkgrel=2 pkgdesc="Scrapes food recipes from HTML into Python dictionaries" arch=('any') @@ -16,7 +16,7 @@ depends=('python-dataclasses' 'python-types-requests') makedepends=('python-setuptools') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('ecc253c82a9346c66e77005680a3f746a2feca7292bbcab0c4357b2757a0d1bf') +sha256sums=('aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216') build() { cd "${_pkgname}-${pkgver}" -- cgit v1.2.3-70-g09d2