From 5dcd5b8e0c9f2febf20c6b6575da130424683218 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 9 Jan 2022 18:33:49 +0300 Subject: Fix types-requests dependency --- PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index c1e894a..0c8b57f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,19 @@ # Maintainer: Yigit Sever + pkgname=python-scrape-schema-recipe _pkgname=scrape-schema-recipe pkgver=0.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Scrapes food recipes from HTML into Python dictionaries" arch=('any') url="https://github.com/micahcochran/scrape-schema-recipe" license=('Apache') -depends=('python-dataclasses' 'python-extruct' 'python-importlib_resources' 'python-isodate' 'python-requests' 'python-typeshed-git') +depends=('python-dataclasses' + 'python-extruct' + 'python-importlib_resources' + 'python-isodate' + 'python-requests' + 'python-types-requests') makedepends=('python-setuptools') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") sha256sums=('ecc253c82a9346c66e77005680a3f746a2feca7292bbcab0c4357b2757a0d1bf') -- cgit v1.2.3-70-g09d2