summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsecext20222024-05-04 20:31:09 +0800
committersecext20222024-05-04 20:31:09 +0800
commit66caf1f2640c8301e9335e751e508b0d894a4bb2 (patch)
treed418665e0013d779c65fd19d1d3667eabf8c15c8
parent86bfd3dcf174eed9cfd31123c01fa4eddb879e47 (diff)
downloadaur-librush-bin.tar.gz
librush v0.1.0-a4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77d8a909ebb4..f8a8dbe490f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = librush-bin
pkgdesc = ibus module for pmim (a Chinese pinyin input method)
- pkgver = 0.1.0a3
+ pkgver = 0.1.0a4
pkgrel = 1
url = https://github.com/fm-elpac/librush
arch = x86_64
license = LGPL-2.1-or-later OR GPL-3.0-or-later
depends = ibus>=1.5.29
optdepends = flatpak: install pmim from flathub
- source = librush_release_x86_64-unknown-linux-gnu.tar.zst::https://github.com/fm-elpac/librush/releases/download/v0.1.0-a3/librush_release_x86_64-unknown-linux-gnu.tar.zst
+ source = librush_release_x86_64-unknown-linux-gnu.tar.zst::https://github.com/fm-elpac/librush/releases/download/v0.1.0-a4/librush_release_x86_64-unknown-linux-gnu.tar.zst
source = pmim_ibrus.xml
- sha256sums = 7a9575ceff6a858023c094149da28011d66135248e24286eec20396969bbf50b
+ sha256sums = 228fc1a4ad99404e8575fafa53146d92bcb6e57118c83e0415e9c857914032bb
sha256sums = 1ee458d6dc9ad97a4afe9939076675b43f236196eb3bd6e9a5a9e7e41ee1ded6
pkgname = librush-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4abf33d57ac4..710dd9839e7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: secext2022 <secext2022 at outlook dot com>
pkgname=librush-bin
-pkgver=0.1.0a3
+pkgver=0.1.0a4
pkgrel=1
# https://github.com/fm-elpac/pmim-ibus
pkgdesc="ibus module for pmim (a Chinese pinyin input method)"
@@ -9,9 +9,9 @@ url="https://github.com/fm-elpac/librush"
license=('LGPL-2.1-or-later OR GPL-3.0-or-later')
depends=('ibus>=1.5.29')
optdepends=('flatpak: install pmim from flathub')
-source=('librush_release_x86_64-unknown-linux-gnu.tar.zst::https://github.com/fm-elpac/librush/releases/download/v0.1.0-a3/librush_release_x86_64-unknown-linux-gnu.tar.zst'
+source=('librush_release_x86_64-unknown-linux-gnu.tar.zst::https://github.com/fm-elpac/librush/releases/download/v0.1.0-a4/librush_release_x86_64-unknown-linux-gnu.tar.zst'
'pmim_ibrus.xml')
-sha256sums=('7a9575ceff6a858023c094149da28011d66135248e24286eec20396969bbf50b'
+sha256sums=('228fc1a4ad99404e8575fafa53146d92bcb6e57118c83e0415e9c857914032bb'
'1ee458d6dc9ad97a4afe9939076675b43f236196eb3bd6e9a5a9e7e41ee1ded6')
build() {