summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHLFH2022-11-10 20:54:08 +0000
committerHLFH2022-11-10 20:54:08 +0000
commit36858e3955425b011879bfdf7a1773b17cbc6151 (patch)
tree326c260e71133658250e72d01f3ff603ba01b08b
parenta6cac654130a3c40a40aa2bd7586e57310f3797a (diff)
downloadaur-36858e3955425b011879bfdf7a1773b17cbc6151.tar.gz
add python39 as a dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 045312d8096b..af6262cc9f71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = automua
url = https://github.com/HLFH/automua
arch = any
license = GPL3
+ depends = python39
backup = etc/automua/automua.conf
source = setupvenv.sh
source = automua.sysusers
diff --git a/PKGBUILD b/PKGBUILD
index 13919da4b57d..fc64463f95e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
license=('GPL3')
backup=('etc/automua/automua.conf')
url='https://github.com/HLFH/automua'
+depends=('python39')
source=('setupvenv.sh'
'automua.sysusers'
'automua.conf'