summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2022-11-01 10:52:13 +0800
committerAlynx Zhou2022-11-01 10:52:13 +0800
commitd0efe00aafb8950e71afe5f8d9e43a98f10b6cf8 (patch)
tree1bbb99c7136dbb06639686a91c43a99f1dc9d63a
parent16898984bb9466c882a72fd200cd7b97e9c24eb4 (diff)
downloadaur-d0efe00aafb8950e71afe5f8d9e43a98f10b6cf8.tar.gz
Updated to Fixed IME List v9.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2031d6d8fe0..fce2f5cbf57d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-fixed-ime-list
pkgdesc = Make the IME list in fixed sequence instead of MRU.
- pkgver = 8
+ pkgver = 9
pkgrel = 1
url = https://github.com/AlynxZhou/gnome-shell-extension-fixed-ime-list
arch = any
license = GPL
depends = gnome-shell
- source = gnome-shell-extension-fixed-ime-list-8.tar.gz::https://github.com/AlynxZhou/gnome-shell-extension-fixed-ime-list/archive/v8.tar.gz
- sha512sums = d54e2cfbc5c4427f772c7be906b7445eccb3dc83a0414b9b6841eabeb5828f9c4b535ab344b43c549e04f8085f0310fea2ee34cdcb89ce3a9b6f269129421228
+ source = gnome-shell-extension-fixed-ime-list-9.tar.gz::https://github.com/AlynxZhou/gnome-shell-extension-fixed-ime-list/archive/v9.tar.gz
+ sha512sums = 9a33c9f0a432d7947563cde484f5fb2d0e1312c95bd14476f80b9ed689f9bd480b779eca796b93cea8ff2069383ca9817445ea2cea9254c470a40ef2ec2343f7
pkgname = gnome-shell-extension-fixed-ime-list
diff --git a/PKGBUILD b/PKGBUILD
index 6614632f00cb..f64cf7ac1d80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=gnome-shell-extension-fixed-ime-list
-pkgver=8
+pkgver=9
pkgrel=1
pkgdesc="Make the IME list in fixed sequence instead of MRU."
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/AlynxZhou/gnome-shell-extension-fixed-ime-list"
license=('GPL')
depends=('gnome-shell')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('d54e2cfbc5c4427f772c7be906b7445eccb3dc83a0414b9b6841eabeb5828f9c4b535ab344b43c549e04f8085f0310fea2ee34cdcb89ce3a9b6f269129421228')
+sha512sums=('9a33c9f0a432d7947563cde484f5fb2d0e1312c95bd14476f80b9ed689f9bd480b779eca796b93cea8ff2069383ca9817445ea2cea9254c470a40ef2ec2343f7')
package() {
_uuid="fixedimelist@alynx.one"
@@ -17,4 +17,3 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
cp -a * "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}"
}
-