From 3425ca543ef54d0d766624761320df8b987a4654 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 29 Mar 2024 00:36:56 +0300 Subject: upgpkg: python-scrape-schema-recipe 0.2.2-2 Remove unneeded dependencies --- python-scrape-schema-recipe/PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'python-scrape-schema-recipe/PKGBUILD') diff --git a/python-scrape-schema-recipe/PKGBUILD b/python-scrape-schema-recipe/PKGBUILD index 3d98efd..254d2cb 100644 --- a/python-scrape-schema-recipe/PKGBUILD +++ b/python-scrape-schema-recipe/PKGBUILD @@ -3,18 +3,13 @@ pkgname=python-scrape-schema-recipe _pkgname=scrape-schema-recipe pkgver=0.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Scrapes food recipes from HTML into Python dictionaries" -arch=('any') +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-types-requests') -makedepends=('python-setuptools') +license=("Apache-2.0") +depends=(python-extruct python-isodate python-requests) +makedepends=(python-setuptools) source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") sha256sums=('aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216') -- cgit v1.2.3-70-g09d2