summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2020-05-26 18:46:34 +0800
committerFelix Yan2020-05-26 18:46:34 +0800
commit6725668f41aafe370d7df89ed7cc2e437ba18979 (patch)
tree587a560fb250907a12f964f1f3da37f24857246b
parentade200ecc2e1094779c34fcc9f19c60fb2f5a1b0 (diff)
downloadaur-6725668f41aafe370d7df89ed7cc2e437ba18979.tar.gz
Update to 0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5e30062ae95..e19f923b8e8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fcitx5-pinyin-zhwiki
pkgdesc = Fcitx 5 Pinyin Dictionary from zh.wikipedia.org
pkgver = 20200501
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/felixonmars/fcitx5-pinyin-zhwiki
arch = any
license = GFDL
@@ -9,9 +9,9 @@ pkgbase = fcitx5-pinyin-zhwiki
makedepends = libime
makedepends = opencc
makedepends = pypinyin
- source = https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/0.1/fcitx5-pinyin-zhwiki-0.1.tar.gz
+ source = https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/0.2/fcitx5-pinyin-zhwiki-0.2.tar.gz
source = https://dumps.wikimedia.org/zhwiki/20200501/zhwiki-20200501-all-titles-in-ns0.gz
- md5sums = 1863f0d556a777c05bb573eebe809494
+ md5sums = 48335943da934c1f4be18537b48ea051
md5sums = 4d2ee3cf2637abe67bf1332465f57f45
pkgname = fcitx5-pinyin-zhwiki
diff --git a/PKGBUILD b/PKGBUILD
index 73db887b7cda..05bf4133773c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,28 +2,28 @@
pkgname=fcitx5-pinyin-zhwiki
pkgver=20200501
-pkgrel=1
+pkgrel=2
pkgdesc="Fcitx 5 Pinyin Dictionary from zh.wikipedia.org"
arch=('any')
url="https://github.com/felixonmars/fcitx5-pinyin-zhwiki"
license=('GFDL' 'CCPL:by-sa')
makedepends=('libime' 'opencc' 'pypinyin')
-source=("https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/0.1/$pkgname-0.1.tar.gz"
+source=("https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/0.2/$pkgname-0.2.tar.gz"
https://dumps.wikimedia.org/zhwiki/$pkgver/zhwiki-$pkgver-all-titles-in-ns0.gz)
-md5sums=('1863f0d556a777c05bb573eebe809494'
+md5sums=('48335943da934c1f4be18537b48ea051'
'4d2ee3cf2637abe67bf1332465f57f45')
prepare() {
- cd $pkgname-0.1
+ cd $pkgname-0.2
cp ../zhwiki-$pkgver-all-titles-in-ns0.gz ./
}
build() {
- cd $pkgname-0.1
+ cd $pkgname-0.2
make FILENAME=zhwiki-$pkgver-all-titles-in-ns0
}
package() {
- cd $pkgname-0.1
+ cd $pkgname-0.2
make DESTDIR="$pkgdir" install
}