Date: Tuesday, December 30, 2014 @ 16:23:10 Author: fyan Revision: 124910
upgpkg: skk-jisyo 20141229-1 upstream new release Modified: skk-jisyo/trunk/PKGBUILD skk-jisyo/trunk/skk-jisyo.install -------------------+ PKGBUILD | 12 ++++++------ skk-jisyo.install | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-30 14:06:17 UTC (rev 124909) +++ PKGBUILD 2014-12-30 15:23:10 UTC (rev 124910) @@ -1,10 +1,10 @@ # $Id$ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> # Contributor: jeneshicc <[email protected]> pkgname=skk-jisyo -pkgver=20120902 -pkgrel=2 +pkgver=20141229 +pkgrel=1 pkgdesc="Dictionaries for the SKK Japanese input method" arch=('any') url="http://openlab.ring.gr.jp/skk/" @@ -16,7 +16,7 @@ http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz) -md5sums=('2e75db52835447895bdcad9853d19433' +md5sums=('7aa6256efe862e57b82e9b71ba9f2699' 'bb8930b2b1b05d25fdde7ce4f3283c3c' 'a0469d915fb73bb08804add46c941994' 'a46ab045e69ccc25c9c647362f8d3fa1' @@ -23,9 +23,9 @@ '4758567e8a60e57df95dfd7e4faf1e55') package() { - cd "${srcdir}" + cd "$srcdir" for t in L jinmei geo propernoun station; do - install -D -m 644 "${srcdir}/SKK-JISYO.$t" "${pkgdir}/usr/share/skk/SKK-JISYO.$t" + install -D -m 644 "$srcdir/SKK-JISYO.$t" "$pkgdir/usr/share/skk/SKK-JISYO.$t" done } Modified: skk-jisyo.install =================================================================== --- skk-jisyo.install 2014-12-30 14:06:17 UTC (rev 124909) +++ skk-jisyo.install 2014-12-30 15:23:10 UTC (rev 124910) @@ -1,5 +1,5 @@ post_install() { - echo ">>> If you want to merge dictionaries, use skktools (in AUR)" + echo ">>> If you want to merge dictionaries, use skktools" echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into SKK-JISYO.XL:" echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL" }
