summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAce Breakpoint2021-12-26 11:49:05 +0800
committerAce Breakpoint2021-12-26 11:49:05 +0800
commitd2ed702a5cfa03a73839f3f815ea4d618a89d8f7 (patch)
treecbddc1342254971f3c3e56f95ae733c6515af077
parent726258895dd7a186c66d1990fbfa7ef9af0ac80a (diff)
downloadaur-d2ed702a5cfa03a73839f3f815ea4d618a89d8f7.tar.gz
corrent sha256sum check
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a46f93ff394..3755f3d586d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-ibus-tweaker
pkgdesc = Tweaker of IBus for orientation, theme, font and ascii mode auto-switch
pkgver = 36
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tuberry/ibus-tweaker
arch = any
license = GPL3
makedepends = unzip
depends = gnome-shell>=40.0
source = gnome-shell-extension-ibus-tweaker-36.zip::https://extensions.gnome.org/extension-data/ibus-tweakertuberry.github.com.v36.shell-extension.zip
- sha256sums = ead13b9f1bbdfb275ed3b2906813d21ac299d0336a5f7a9df4aa6ef72f2fd20b
+ sha256sums = 50c9bc22c7629454a91098e11345c5c59965b9dea0c84420599daa20adb7f520
pkgname = gnome-shell-extension-ibus-tweaker
diff --git a/PKGBUILD b/PKGBUILD
index 1b5a810f5ad6..e6ce6cb85891 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-ibus-tweaker
pkgver=36
-pkgrel=1
+pkgrel=2
pkgdesc="Tweaker of IBus for orientation, theme, font and ascii mode auto-switch"
arch=('any')
url="https://github.com/tuberry/ibus-tweaker"
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('gnome-shell>=40.0')
makedepends=('unzip')
source=("${pkgname}-${pkgver}.zip::https://extensions.gnome.org/extension-data/ibus-tweakertuberry.github.com.v${pkgver}.shell-extension.zip")
-sha256sums=('ead13b9f1bbdfb275ed3b2906813d21ac299d0336a5f7a9df4aa6ef72f2fd20b')
+sha256sums=('50c9bc22c7629454a91098e11345c5c59965b9dea0c84420599daa20adb7f520')
package() {
chmod 644 "${srcdir}/metadata.json"