summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Tas2020-05-01 13:54:08 +0200
committerSimon Tas2020-05-01 13:54:08 +0200
commita3dd1ff553a62f8a3eea763ab5c2b6025f4575c6 (patch)
tree3a0e963c689dd45aaa21e9b61ee5c06d5daeb6ed
parent85b0a715dad6d983583763a27b1774ca6870e43c (diff)
downloadaur-a3dd1ff553a62f8a3eea763ab5c2b6025f4575c6.tar.gz
added new dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 234263901dec..ce86f41be6ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sauce-finder-git
pkgdesc = Python script to find sauce for anime images
- pkgver = v2.2.0.r0.gbabd0ff
+ pkgver = v2.2.2.r14.g1322cd4
pkgrel = 1
url = https://gitlab.com/miicat/sauce-finder
arch = any
@@ -8,6 +8,7 @@ pkgbase = sauce-finder-git
depends = python-requests
depends = python-click
depends = python-validators
+ depends = python-prompt_toolkit
provides = sauce-finder
source = sauce-finder::git+https://gitlab.com/miicat/sauce-finder
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a0ebf7adc066..c7cb87ffba51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname="sauce-finder-git"
_pkgname="sauce-finder"
-pkgver=v2.2.0.r0.gbabd0ff
+pkgver=v2.2.2.r14.g1322cd4
pkgrel=1
pkgdesc="Python script to find sauce for anime images"
arch=('any')
url="https://gitlab.com/miicat/$_pkgname"
license=('gpl3')
-depends=('python-requests' 'python-click' 'python-validators')
+depends=('python-requests' 'python-click' 'python-validators' 'python-prompt_toolkit')
provides=('sauce-finder')
source=("${_pkgname}::git+https://gitlab.com/miicat/${_pkgname}")
md5sums=('SKIP')