summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHollow Man2021-05-08 14:18:17 +0800
committerHollow Man2021-05-08 14:18:17 +0800
commit7fdf6e6f95a1a7b136643517a0dc0f6e670ce7d2 (patch)
treeae9f0c2d660c33b1f5e97c9ed934958f71ae2ed1
parent2e902a333b177fef7da2159f47e3e17566e03db2 (diff)
downloadaur-7fdf6e6f95a1a7b136643517a0dc0f6e670ce7d2.tar.gz
v39 fix
Signed-off-by: Hollow Man <hollowman@hollowman.ml>
-rw-r--r--[-rwxr-xr-x].SRCINFO6
-rw-r--r--[-rwxr-xr-x]PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccb863aa0c26..c6ae2b517026 100755..100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gnome-shell-extension-customize-ibus
pkgdesc = Customize IBus for orientation, animation, font, ascii mode auto-switch, system tray menu entries, input source indicator; theme and background picture follow GNOME Night Light Mode.
- pkgver = 40
+ pkgver = 39
pkgrel = 1
epoch = 0
url = https://extensions.gnome.org/extension/4112/customize-ibus/
arch = any
license = GPLv3
- depends = gnome-shell>=40,
+ depends = gnome-shell>=3.38,
depends = gnome-tweaks
- source = https://github.com/HollowMan6/Customize-IBus/archive/cdbe543a414344e87e47ef8387fdfe589e58ef04/Customize-IBus-cdbe543a414344e87e47ef8387fdfe589e58ef04.tar.gz
+ source = https://github.com/HollowMan6/Customize-IBus/archive/3b09957ba0dad15150202721fe559f89b8b84a73/Customize-IBus-3b09957ba0dad15150202721fe559f89b8b84a73.tar.gz
sha512sums = SKIP
pkgname = gnome-shell-extension-customize-ibus
diff --git a/PKGBUILD b/PKGBUILD
index b4cf72227202..dcce5431e4a2 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=gnome-shell-extension-customize-ibus
_pkgname=Customize-IBus
-_commit=cdbe543a414344e87e47ef8387fdfe589e58ef04
-pkgver=40
+_commit=3b09957ba0dad15150202721fe559f89b8b84a73
+pkgver=39
pkgrel=1
epoch=0
pkgdesc="Customize IBus for orientation, animation, font, ascii mode auto-switch, system tray menu entries, input source indicator; theme and background picture follow GNOME Night Light Mode."
arch=('any')
url="https://extensions.gnome.org/extension/4112/customize-ibus/"
license=('GPLv3')
-depends=('gnome-shell>=40', 'gnome-tweaks')
+depends=('gnome-shell>=3.38,', 'gnome-tweaks')
source=("https://github.com/HollowMan6/Customize-IBus/archive/${_commit}/${_pkgname}-${_commit}.tar.gz")
sha512sums=('SKIP')
package() {