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:
patrick96 2016-08-31 18:19:47 +02:00
parent d8919b020d
commit 09ebb546a4
No known key found for this signature in database
GPG Key ID: 521E5E03AEBCA1A7
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
_pkgname=lemonbuddy
pkgname="${_pkgname}-git"
pkgver=1.4.4
pkgrel=1
pkgrel=2
pkgdesc="A fast and easy-to-use tool for Lemonbar"
arch=("i686" "x86_64")
url="https://github.com/jaagr/lemonbuddy"
@ -30,7 +30,6 @@ prepare() {
cd "$_pkgname" || exit
git submodule update --init --recursive
mkdir build
sed 's/python2.7/python3.5/g' -i lib/xpp/CMakeLists.txt
}
build() {