Remove python executable replacment in PKGBUILD
Only for the '-git' package since the other one would also require a version bump
This commit is contained in:
parent
d8919b020d
commit
09ebb546a4
@ -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