summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Seifferth2020-04-30 15:05:45 +0100
committerFrank Seifferth2020-04-30 15:05:45 +0100
commit9e76a453e6c5c86818d09f5d55a5e8a9cf0082f7 (patch)
tree630298b3d160004c89847c9a8632a55acb896241
parenta2e35db0966db8d68ff0f2c9120e512f1ab1729c (diff)
downloadaur-9e76a453e6c5c86818d09f5d55a5e8a9cf0082f7.tar.gz
Add python2 to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 595c544c94e3..c655da334dff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = abricotine-git
arch = x86_64
license = GPL3
makedepends = npm
+ makedepends = python2
depends = libxss
provides = abricotine
conflicts = abricotine
diff --git a/PKGBUILD b/PKGBUILD
index 072941130628..bbc7e7640e6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64')
url="http://abricotine.brrd.fr"
license=('GPL3')
depends=('libxss')
-makedepends=('npm')
+makedepends=('npm' 'python2')
source=("abricotine::git+https://github.com/brrd/abricotine"
"abricotine.desktop")
sha256sums=('SKIP'