[arch-commits] Commit in skk-jisyo/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Mon Jan 26 03:26:00 UTC 2015
Date: Monday, January 26, 2015 @ 04:26:00
Author: fyan
Revision: 126585
upgpkg: skk-jisyo 20150125-1
Modified:
skk-jisyo/trunk/PKGBUILD
----------+
PKGBUILD | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-26 01:51:43 UTC (rev 126584)
+++ PKGBUILD 2015-01-26 03:26:00 UTC (rev 126585)
@@ -3,7 +3,7 @@
# Contributor: jeneshicc <jeneshicc at gmail.com>
pkgname=skk-jisyo
-pkgver=20150118
+pkgver=20150125
pkgrel=1
pkgdesc="Dictionaries for the SKK Japanese input method"
arch=('any')
@@ -11,21 +11,21 @@
optdepends=('skktools: Dictionary maintenabce tools')
license=('GPL')
install=${pkgname}.install
-source=(http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
- http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
- 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=('631e5384c9bb617ab3a1153999a41a8d'
- 'bb8930b2b1b05d25fdde7ce4f3283c3c'
- 'a0469d915fb73bb08804add46c941994'
- 'a46ab045e69ccc25c9c647362f8d3fa1'
- '4758567e8a60e57df95dfd7e4faf1e55')
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+ SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+ SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+ SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+ SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('c7a2417da1c64e6864ab4920975f08d5'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ '37436a1e0ce2ce975a490b61dcd1e03c')
package() {
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.$pkgver" "$pkgdir/usr/share/skk/SKK-JISYO.$t"
done
}
More information about the arch-commits
mailing list