summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsecext20222024-03-10 12:09:34 +0800
committersecext20222024-03-10 12:09:34 +0800
commitecc11d4e13f74fb43e4ea1f6837b1b3abe05c5ae (patch)
treedfc9f439f0b30a8470a98e9972c1d66215f7da9d /PKGBUILD
parent19527df40452696ad3e488623297f98777a57a6c (diff)
downloadaur-ecc11d4e13f74fb43e4ea1f6837b1b3abe05c5ae.tar.gz
add optdepends: flatpak
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4b9fe3d6ff3..37a4a455ce87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: secext2022 <secext2022 at outlook dot com>
pkgname=librush-bin
pkgver=0.1.0a2
-pkgrel=1
+pkgrel=2
# https://github.com/fm-elpac/pmim-ibus
pkgdesc="ibus module for pmim (a Chinese pinyin input method)"
arch=('x86_64')
url="https://github.com/fm-elpac/librush"
license=('LGPL-2.1-or-later OR GPL-3.0-or-later')
depends=('ibus>=1.5.29')
-source=(
- 'librush_release_x86_64-unknown-linux-gnu.tar.zst::https://github.com/fm-elpac/librush/releases/download/v0.1.0-a2/librush_release_x86_64-unknown-linux-gnu.tar.zst'
- 'pmim_ibrus.xml')
+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-a2/librush_release_x86_64-unknown-linux-gnu.tar.zst'
+ 'pmim_ibrus.xml')
sha256sums=('1d0a1d257d6d2d4daac56a926c7a40b6215964bd27251e6c4da3e7acfc1b81cf'
'1ee458d6dc9ad97a4afe9939076675b43f236196eb3bd6e9a5a9e7e41ee1ded6')