summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2020-09-24 20:52:50 -0400
committerMatthew McGinn2020-09-24 20:52:50 -0400
commite83f19b2334e58a4beadd570f73d749d57376578 (patch)
tree8260149e898d8be53ac6c4b4eca41c05147e8ec3 /PKGBUILD
parent4bd5776d6b339b406bab1b7483f54a0216e83616 (diff)
downloadaur-e83f19b2334e58a4beadd570f73d749d57376578.tar.gz
add python2 to makedepends
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 935726040901..599a3fba5c51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64' 'amd64')
url="http://proxysql.com"
_github_url="https://github.com/sysown/proxysql"
license=('GPL')
-makedepends=('cmake' 'automake' 'bzip2' 'make' 'gcc' 'git' 'patch')
+makedepends=('cmake' 'automake' 'bzip2' 'make' 'gcc' 'git' 'patch' 'python2')
depends=('openssl' 'gnutls')
provides=('proxysql')
backup=("etc/proxysql.cnf")