Merge pull request #60 from patrick96/update_pkgbuild
Remove python executable replacment in PKGBUILD
This commit is contained in:
commit
b8a8528e84
@ -1,7 +1,7 @@
|
|||||||
pkgbase = lemonbuddy-git
|
pkgbase = lemonbuddy-git
|
||||||
pkgdesc = A fast and easy-to-use tool for Lemonbar
|
pkgdesc = A fast and easy-to-use tool for Lemonbar
|
||||||
pkgver = 1.4.4
|
pkgver = 1.4.4
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/jaagr/lemonbuddy
|
url = https://github.com/jaagr/lemonbuddy
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
_pkgname=lemonbuddy
|
_pkgname=lemonbuddy
|
||||||
pkgname="${_pkgname}-git"
|
pkgname="${_pkgname}-git"
|
||||||
pkgver=1.4.4
|
pkgver=1.4.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A fast and easy-to-use tool for Lemonbar"
|
pkgdesc="A fast and easy-to-use tool for Lemonbar"
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
url="https://github.com/jaagr/lemonbuddy"
|
url="https://github.com/jaagr/lemonbuddy"
|
||||||
@ -30,7 +30,6 @@ prepare() {
|
|||||||
cd "$_pkgname" || exit
|
cd "$_pkgname" || exit
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
mkdir build
|
mkdir build
|
||||||
sed 's/python2.7/python3.5/g' -i lib/xpp/CMakeLists.txt
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user