summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrli2023-10-11 12:15:00 +0800
committerBrli2023-10-11 12:15:00 +0800
commite2c8d839e3ecb41e51bab338ae177926673bd3ba (patch)
tree048d662efd290001590226793f7fd8fe2120b473
parentee131e3f7f233640203f3d677857bd31a7d9d4f6 (diff)
downloadaur-e2c8d839e3ecb41e51bab338ae177926673bd3ba.tar.gz
change source url from osdn to mirror
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eca72ef2b09f..157fdbd1fcc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mozc-ut-full
pkgver = 2.29.5220.102.20230911
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fcitx/mozc
arch = x86_64
license = custom
@@ -20,8 +20,8 @@ pkgbase = mozc-ut-full
makedepends = ruby
noextract = jawiki-latest-all-titles-in-ns0-20230911.gz
source = git+https://github.com/fcitx/mozc.git#commit=e4617bf
- source = https://osdn.net/projects/ponsfoot-aur/storage/mozc/x-ken-all-202110.zip
- source = https://osdn.net/projects/ponsfoot-aur/storage/mozc/jigyosyo-202110.zip
+ source = https://gitlab.com/BrLi/brli-aur/-/raw/fcitx5-mozc-ut/x-ken-all-202110.zip
+ source = https://gitlab.com/BrLi/brli-aur/-/raw/fcitx5-mozc-ut/jigyosyo-202110.zip
source = git+https://github.com/abseil/abseil-cpp.git
source = git+https://chromium.googlesource.com/breakpad/breakpad
source = git+https://github.com/google/googletest.git
diff --git a/PKGBUILD b/PKGBUILD
index 4a12c21baf53..405599bdf946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,14 +25,17 @@ _dict=(alt-cannadic
pkgbase=mozc-ut-full
pkgname=("$pkgbase-common" "ibus-$pkgbase" "fcitx5-$pkgbase" "emacs-$pkgbase")
pkgver=2.29.5220.102.20230911
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://github.com/fcitx/mozc"
license=('custom')
makedepends=('bazel' 'git' 'python' 'python-six' 'pkg-config' 'curl' 'mesa' 'subversion' 'qt6-base' 'clang' 'fcitx5' 'emacs' 'ibus' 'ruby')
source=(git+https://github.com/fcitx/mozc.git#commit="${_mozc_commit}"
- "https://osdn.net/projects/ponsfoot-aur/storage/mozc/x-ken-all-${_zipcode_rel}.zip"
- "https://osdn.net/projects/ponsfoot-aur/storage/mozc/jigyosyo-${_zipcode_rel}.zip"
+# 2023-07-13: osdn.net is unstable due to Amazon
+# "https://osdn.net/projects/ponsfoot-aur/storage/mozc/x-ken-all-${_zipcode_rel}.zip"
+# "https://osdn.net/projects/ponsfoot-aur/storage/mozc/jigyosyo-${_zipcode_rel}.zip"
+ "https://gitlab.com/BrLi/brli-aur/-/raw/fcitx5-mozc-ut/x-ken-all-${_zipcode_rel}.zip"
+ "https://gitlab.com/BrLi/brli-aur/-/raw/fcitx5-mozc-ut/jigyosyo-${_zipcode_rel}.zip"
git+https://github.com/abseil/abseil-cpp.git
git+https://chromium.googlesource.com/breakpad/breakpad
git+https://github.com/google/googletest.git