From 121ee20158ca9869daadf9a2993b431af9661cb6 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 11 Feb 2014 03:21:28 +0000 Subject: Tue Feb 11 03:19:20 UTC 2014 --- community/poedit/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/poedit/PKGBUILD') diff --git a/community/poedit/PKGBUILD b/community/poedit/PKGBUILD index c04d4263e..b0676ed4a 100644 --- a/community/poedit/PKGBUILD +++ b/community/poedit/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 103800 2014-01-11 20:08:33Z eric $ +# $Id: PKGBUILD 105570 2014-02-10 12:39:42Z spupykin $ # Contributor: Andrea Scarpino # Contributor: Giovanni Scafora # Contributor: Alexander Fehr @@ -6,7 +6,7 @@ pkgname=poedit pkgver=1.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="Cross-platform gettext catalogs (.po files) editor" arch=('i686' 'x86_64') url="http://www.poedit.net/" @@ -20,6 +20,7 @@ md5sums=('f58be3cee666d3c586a85c26abba7816') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i 's|Wx/filename.h|wx/filename.h|' src/tm/transmem.cpp + sed -i 's|libexec/poedit|lib/poedit/poedit|g' src/tm/tm_migrate.cpp } build() { -- cgit v1.2.3-54-g00ecf