Merge pull request #60 from patrick96/update_pkgbuild

Remove python executable replacment in PKGBUILD
This commit is contained in:
Michael Carlberg 2016-08-31 18:32:20 +02:00 committed by GitHub
commit b8a8528e84
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = lemonbuddy-git
pkgdesc = A fast and easy-to-use tool for Lemonbar
pkgver = 1.4.4
pkgrel = 1
pkgrel = 2
url = https://github.com/jaagr/lemonbuddy
arch = i686
arch = x86_64

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() {