From 09ebb546a4bd907096f9cb663ec74a1f5b315954 Mon Sep 17 00:00:00 2001 From: patrick96 Date: Wed, 31 Aug 2016 18:19:47 +0200 Subject: [PATCH] Remove python executable replacment in PKGBUILD Only for the '-git' package since the other one would also require a version bump --- contrib/lemonbuddy-git.aur/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/lemonbuddy-git.aur/PKGBUILD b/contrib/lemonbuddy-git.aur/PKGBUILD index a68ab89e..4d1ef494 100644 --- a/contrib/lemonbuddy-git.aur/PKGBUILD +++ b/contrib/lemonbuddy-git.aur/PKGBUILD @@ -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() {