summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gottula2021-07-08 16:39:15 -0700
committerJustin Gottula2021-07-08 16:39:15 -0700
commita8ea0c3483e156a63eac18ce37afee538f5eb056 (patch)
tree5cc278814ddee56d342d2295f683bc1d854bd869
parentf87632201cb5142bf6e1b15f0800db382c63175b (diff)
downloadaur-a8ea0c3483e156a63eac18ce37afee538f5eb056.tar.gz
Add python>=3.7 dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a56a5b6254fe..334f9d45c754 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = wsdd
url = https://github.com/christgau/wsdd
arch = any
license = MIT
+ depends = python>=3.7
depends = samba
backup = etc/conf.d/wsdd
source = wsdd-0.6.4.tar.gz::https://github.com/christgau/wsdd/archive/v0.6.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ecb84839180c..c8abf6f83267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/christgau/wsdd"
license=('MIT')
-depends=('samba')
+depends=('python>=3.7' 'samba')
backup=('etc/conf.d/wsdd')