summaryrefslogtreecommitdiff
path: root/community/poedit/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-11 03:21:28 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-11 03:21:28 +0000
commit121ee20158ca9869daadf9a2993b431af9661cb6 (patch)
tree3b8f82250a4d0f25ef33e3ea3300c24a74c262dd /community/poedit/PKGBUILD
parentffe0bbfd85b1341f3b15f809ea92f330d2f7cea3 (diff)
Tue Feb 11 03:19:20 UTC 2014
Diffstat (limited to 'community/poedit/PKGBUILD')
-rw-r--r--community/poedit/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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 <andrea@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Alexander Fehr <pizzapunk@gmail.com>
@@ -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() {