summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Korhonen2021-03-24 19:19:13 +0200
committerMarko Korhonen2021-03-24 19:19:13 +0200
commit5f8304099313eecced969f195f00d101bd9ef2c5 (patch)
treeb350cafe0d421b2c9cc6824c9869cfdbe410fbc3
parenta51141bce10b47093ada5e24fc2838981c10afce (diff)
downloadaur-beets-check.tar.gz
Update minimum python and beets versions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eba7abb30e40..2a47107f2488 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = beets-check
url = https://github.com/geigerzaehler/beets-check
arch = any
license = MIT
- depends = python
- depends = beets>=1.4.3
+ depends = python>=3.7
+ depends = beets>=1.4.7
source = https://github.com/geigerzaehler/beets-check/archive/v0.13.0.tar.gz
md5sums = 8343240c1e4e4c2496f924b8c2faf042
diff --git a/PKGBUILD b/PKGBUILD
index efc2102d8438..2c3467157928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Verify and store checksums in your beets library"
arch=('any')
url="https://github.com/geigerzaehler/beets-check"
license=('MIT')
-depends=('python' 'beets>=1.4.3')
+depends=('python>=3.7' 'beets>=1.4.7')
source=("https://github.com/geigerzaehler/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('8343240c1e4e4c2496f924b8c2faf042')