summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarko Korhonen2021-03-24 19:19:13 +0200
committerMarko Korhonen2021-03-24 19:19:13 +0200
commit5f8304099313eecced969f195f00d101bd9ef2c5 (patch)
treeb350cafe0d421b2c9cc6824c9869cfdbe410fbc3 /PKGBUILD
parenta51141bce10b47093ada5e24fc2838981c10afce (diff)
downloadaur-beets-check.tar.gz
Update minimum python and beets versions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')