aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcus Schaetzle2023-05-26 02:54:06 +0200
committerMarcus Schaetzle2023-05-26 02:54:06 +0200
commiteeed2d8d19c7ffbee760ed812ebde59eb99468a5 (patch)
tree2c155a5f70b51756a015824288242f8bbb402e5e /PKGBUILD
parent43842a773fab3083c222b87a9ab2b66ea7e46f82 (diff)
downloadaur-eeed2d8d19c7ffbee760ed812ebde59eb99468a5.tar.gz
Update to version 1.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec05f37a9e55..02b6720da15b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Eric Vidal <eric@obarun.org>
pkgname=kickshaw
-pkgver=1.1.4
+pkgver=1.1.5
pkgrel=1
pkgdesc='A menu editor for freedesktop standard menus'
url='http://download.savannah.gnu.org/releases/obladi'
@@ -30,5 +30,6 @@ package()
cp -R "$srcdir/${pkgname}_${pkgver}_GTK3_source_only/source/resources/txts/translations/de" "$pkgdir/usr/share/locale"
cp -R "$srcdir/${pkgname}_${pkgver}_GTK3_source_only/source/resources/txts/translations/es" "$pkgdir/usr/share/locale"
cp -R "$srcdir/${pkgname}_${pkgver}_GTK3_source_only/source/resources/txts/translations/fr" "$pkgdir/usr/share/locale"
+ cp -R "$srcdir/${pkgname}_${pkgver}_GTK3_source_only/source/resources/txts/translations/it" "$pkgdir/usr/share/locale"
cp -R "$srcdir/${pkgname}_${pkgver}_GTK3_source_only/source/resources/txts/translations/pt" "$pkgdir/usr/share/locale"
}