mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 04:13:06 +02:00
anthy: fix distfile location
This commit is contained in:
parent
c4fe98101e
commit
7783dc0731
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
pkgname=anthy
|
pkgname=anthy
|
||||||
version=9100h
|
version=9100h
|
||||||
revision=2
|
revision=2
|
||||||
|
_filecode=37536
|
||||||
conf_files="/etc/anthy-conf"
|
conf_files="/etc/anthy-conf"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -9,7 +10,7 @@ short_desc="Hiragana text to Kana Kanji mixed text Japanese input method"
|
||||||
maintainer="7185 <7185@free.fr>"
|
maintainer="7185 <7185@free.fr>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://osdn.jp/projects/anthy/"
|
homepage="http://osdn.jp/projects/anthy/"
|
||||||
distfiles=http://sources.voidlinux.eu/sources/anthy-${version}/anthy-${version}.tar.gz
|
distfiles="http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${version}.tar.gz"
|
||||||
checksum="d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547"
|
checksum="d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547"
|
||||||
|
|
||||||
anthy-devel_package() {
|
anthy-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue