summarylogtreecommitdiffstats
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
parent089f65de7620da96e42d3b0c14da0f5d3e8326b7 (diff)
downloadaur-a8a7384eaf93ea932a6bc64c2c84e429a11e4161.tar.gz
Specified minimum python version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71c122682fec..b9299db4bf53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zerotier-gui-git
pkgdesc = A Linux front-end for ZeroTier
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/tralph3/ZeroTier-GUI.git
arch = any
license = GPL3
makedepends = git
depends = tk
- depends = python
+ depends = python>=3.6
depends = polkit
optdepends = zerotier-one: Provides the backend of the program
source = git+https://github.com/tralph3/ZeroTier-GUI.git
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")