From 046962cfef122e4dee11fcf46f7c5102ea2eafca Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 19 Dec 2022 21:16:59 +0300 Subject: gourmand: Use sqlalchemy1.3 --- gourmand/.SRCINFO | 4 ++-- gourmand/PKGBUILD | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gourmand/.SRCINFO b/gourmand/.SRCINFO index 37b6460..de3e92c 100644 --- a/gourmand/.SRCINFO +++ b/gourmand/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = gourmand pkgdesc = A recipe manager for desktop that can import recipes pkgver = 1.0.0 - pkgrel = 3 + pkgrel = 4 url = https://github.com/GourmandRecipeManager/gourmand arch = any license = GPL @@ -12,7 +12,7 @@ pkgbase = gourmand depends = python-pyenchant depends = gst-python depends = python-pillow - depends = python-sqlalchemy + depends = python-sqlalchemy1.3 depends = python-lxml depends = python-cairo depends = python-requests diff --git a/gourmand/PKGBUILD b/gourmand/PKGBUILD index 92e52c9..610fd62 100644 --- a/gourmand/PKGBUILD +++ b/gourmand/PKGBUILD @@ -2,14 +2,13 @@ pkgname='gourmand' pkgver=1.0.0 -pkgrel=3 +pkgrel=4 pkgdesc="A recipe manager for desktop that can import recipes" arch=('any') url="https://github.com/GourmandRecipeManager/gourmand" license=('GPL') -depends=('python-gobject' 'gtk3' 'python-pyenchant' 'gst-python' 'python-pillow' 'python-sqlalchemy' 'python-lxml' 'python-cairo' 'python-requests') +depends=('python-gobject' 'gtk3' 'python-pyenchant' 'gst-python' 'python-pillow' 'python-sqlalchemy1.3' 'python-lxml' 'python-cairo' 'python-requests') makedepends=('python-pip' 'gendesk') -checkdepends=() optdepends=( 'python-beautifulsoup4: Webpage import plugin' 'python-scrape-schema-recipe: Webpage import plugin' @@ -31,7 +30,6 @@ prepare() { } package() { - # https://wiki.archlinux.org/title/Python_package_guidelines#pip PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl install -D -m644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop" } -- cgit v1.2.3-70-g09d2