fix(aur): Require python in build scripts

Fixes jaagr/lemonbuddy#76
This commit is contained in:
Michael Carlberg 2016-10-12 19:14:11 +02:00
parent 4a87df5afe
commit 009088c3fe
4 changed files with 10 additions and 8 deletions

View File

@ -1,12 +1,13 @@
pkgbase = lemonbuddy-git
pkgdesc = A fast and easy-to-use status bar
pkgver = 2.0.0
pkgrel = 1
pkgrel = 2
url = https://github.com/jaagr/lemonbuddy
arch = i686
arch = x86_64
license = MIT
makedepends = cmake
makedepends = python2
makedepends = pkg-config
makedepends = clang
makedepends = glibc

View File

@ -3,7 +3,7 @@
_pkgname=lemonbuddy
pkgname="${_pkgname}-git"
pkgver=2.0.0.rbeta.0.g593e5af
pkgrel=1
pkgrel=2
pkgdesc="A fast and easy-to-use tool for Lemonbar"
arch=("i686" "x86_64")
url="https://github.com/jaagr/lemonbuddy"
@ -14,7 +14,7 @@ optdepends=("alsa-lib: volume module support"
"wireless_tools: network module support"
"jsoncpp: i3 module support"
"i3ipc-glib-git: i3 module support")
makedepends=("cmake" "pkg-config" "clang" "glibc" "boost")
makedepends=("cmake" "python2" "pkg-config" "clang" "glibc" "boost")
provides=("lemonbuddy")
conflicts=("lemonbuddy")
source=("${_pkgname}::git+${url}.git")

View File

@ -1,12 +1,13 @@
pkgbase = lemonbuddy-git
pkgbase = lemonbuddy
pkgdesc = A fast and easy-to-use status bar
pkgver = 2.0.0.beta
pkgrel = 1
pkgrel = 2
url = https://github.com/jaagr/lemonbuddy
arch = i686
arch = x86_64
license = MIT
makedepends = cmake
makedepends = python2
makedepends = pkg-config
makedepends = clang
makedepends = glibc
@ -23,5 +24,5 @@ pkgbase = lemonbuddy-git
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.0.0-beta
md5sums = SKIP
pkgname = lemonbuddy-git
pkgname = lemonbuddy

View File

@ -2,7 +2,7 @@
# Contributor: Michael Carlberg <c@rlberg.se>
pkgname=lemonbuddy
pkgver=2.0.0.beta
pkgrel=1
pkgrel=2
pkgdesc="A fast and easy-to-use tool for Lemonbar"
arch=("i686" "x86_64")
url="https://github.com/jaagr/lemonbuddy"
@ -13,7 +13,7 @@ optdepends=("alsa-lib: volume module support"
"wireless_tools: network module support"
"libsigc++: i3 module support"
"i3ipc-glib-git: i3 module support")
makedepends=("cmake" "pkg-config" "clang" "glibc" "boost")
makedepends=("cmake" "python2" "pkg-config" "clang" "glibc" "boost")
conflicts=("lemonbuddy-git")
source=("${pkgname}::git+${url}.git#tag=${pkgver%.*}-beta")
md5sums=("SKIP")