summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomás Ralph2021-05-11 17:07:54 -0300
committerTomás Ralph2021-05-11 17:07:54 -0300
commita8a7384eaf93ea932a6bc64c2c84e429a11e4161 (patch)
tree51aafbf0ff18b37fbf6903ee28a6cbcc8c9b2ffa /PKGBUILD
parent089f65de7620da96e42d3b0c14da0f5d3e8326b7 (diff)
downloadaur-a8a7384eaf93ea932a6bc64c2c84e429a11e4161.tar.gz
Specified minimum python version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16e38a907c5d..4548120c9f17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tomás Ralph <tomasralph2000@gmail.com>
_pkgname=ZeroTier-GUI
pkgname=zerotier-gui-git
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="A Linux front-end for ZeroTier"
arch=(any)
url="https://github.com/tralph3/ZeroTier-GUI.git"
license=('GPL3')
-depends=(tk python polkit)
+depends=('tk' 'python>=3.6' 'polkit')
makedepends=(git)
optdepends=('zerotier-one: Provides the backend of the program')
source=("git+$url")