diff options
Diffstat (limited to 'community/gebabbel/PKGBUILD')
-rw-r--r-- | community/gebabbel/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gebabbel/PKGBUILD b/community/gebabbel/PKGBUILD index 76a1a7e8f..82174dd00 100644 --- a/community/gebabbel/PKGBUILD +++ b/community/gebabbel/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 38898 2011-02-02 23:26:37Z jlichtblau $ +# $Id: PKGBUILD 67652 2012-03-13 15:27:16Z lcarlier $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: pfm <nl081130@yahoo.de> pkgname=gebabbel pkgver=0.4 -pkgrel=4 +pkgrel=5 pkgdesc="GUI for gpsbabel" arch=('i686' 'x86_64') url="http://gebabbel.sourceforge.net/" @@ -39,7 +39,7 @@ package() { install -D -m644 ${srcdir}/$pkgname.desktop \ ${pkgdir}/usr/share/applications/$pkgname.desktop -#localization + #localization install -d ${pkgdir}/usr/share/$pkgname/locale install -t ${pkgdir}/usr/share/$pkgname/locale/ \ ${srcdir}/Gebabbel-$pkgver/binincludes/translations/*.qm |