summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshar2020-04-12 18:42:56 +0000
committerAshar2020-04-12 18:42:56 +0000
commitbfc75c8f87a917c361a7f02bd3fbc347c915a6e4 (patch)
treeba525f6452c6bea8771e57b6c331e54c0f40aa94
parentdcc45e1697f5c6e581f6ceab33fef53d86395072 (diff)
downloadaur-bfc75c8f87a917c361a7f02bd3fbc347c915a6e4.tar.gz
add python3 make dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76ad3b883f7a..f350a6a5a99b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = cpeditor
makedepends = cmake
makedepends = git
makedepends = gcc
+ makedepends = python3
depends = qt5-base
conflicts = cpeditor-git
source = https://github.com/cpeditor/cpeditor/releases/download/6.1.6/cpeditor-full-source-6.1.6.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1764a2925cfb..808894de3e55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url='https://github.com/cpeditor/cpeditor'
license=('GPLv3+')
depends=('qt5-base')
-makedepends=("cmake" "git" "gcc")
+makedepends=("cmake" "git" "gcc" "python3")
conflicts=("cpeditor-git")
source=("https://github.com/cpeditor/$pkgname/releases/download/$pkgver/cpeditor-full-source-$pkgver.tar.gz")
md5sums=('SKIP')