From 72f968771232cf5e6122c0bda75b9b396a8e8d64 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 19 Nov 2014 22:28:13 +0100 Subject: [PATCH] abduco: update to 0.2. --- srcpkgs/abduco/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/abduco/template b/srcpkgs/abduco/template index 5724aa7cb1a..665c1c4a229 100644 --- a/srcpkgs/abduco/template +++ b/srcpkgs/abduco/template @@ -1,6 +1,6 @@ # Template file for 'abduco' pkgname=abduco -version=0.1 +version=0.2 revision=1 build_style=gnu-makefile short_desc="Session management in a clean and simple way" @@ -8,10 +8,10 @@ maintainer="Ypnose " license="ISC" homepage="http://www.brain-dump.org/projects/abduco/" distfiles="http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=b4ef297cb7cc81170dc7edf75385cb1c55e024a52f90c1dd0bc0e9862e6f39b5 +checksum=c8b75a903b0914dd7804d57566f571f3f5efa91e46482bfb4652400156a71912 pre_build() { - sed -i 's|@strip|@${STRIP}|g' Makefile + sed -i '/^STRIP =/d' config.mk } post_install() {