summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-12-10 09:31:53 -0500
committerAndrew Sun2021-12-10 09:31:53 -0500
commit8243613901d423e3fa54754b6e90b7e250b0f6f2 (patch)
tree2fb6517fed4a1533fea41df2e953ba9989e1f23a
parentcb0f8103bc94047f1d95dd3d6c9d057e2e78d10e (diff)
downloadaur-8243613901d423e3fa54754b6e90b7e250b0f6f2.tar.gz
3.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1ddf24065a7..1e6330a9e820 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = emacs-which-key
pkgdesc = Emacs package that displays available keybindings in popup
- pkgver = 3.5.3
+ pkgver = 3.5.4
pkgrel = 1
url = https://github.com/justbur/emacs-which-key
install = emacs-which-key.install
arch = any
license = GPL3
depends = emacs
- source = emacs-which-key-3.5.3.tar.gz::https://github.com/justbur/emacs-which-key/archive/v3.5.3.tar.gz
- sha256sums = be9a2164fe811cd5d5185f6b2d5b4b3fdef160a5b89573aca361d45d50fffb25
+ source = emacs-which-key-3.5.4.tar.gz::https://github.com/justbur/emacs-which-key/archive/v3.5.4.tar.gz
+ sha256sums = e4feb39699905a85bf57e757400e63473b3fcdcf3644bc862a82db5c805b8e07
pkgname = emacs-which-key
diff --git a/PKGBUILD b/PKGBUILD
index 34fd8dd3fdfa..ac905938811e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgsrcname=emacs-which-key
_pkgmaintainer=justbur
_pkgdestdirname=which-key
_versionprefix=v
-pkgver=3.5.3
+pkgver=3.5.4
pkgrel=1
pkgdesc="Emacs package that displays available keybindings in popup"
pkgname=emacs-${_pkgdestdirname}
@@ -15,7 +15,7 @@ url="https://github.com/${_pkgmaintainer}/${_pkgsrcname}"
license=('GPL3')
depends=('emacs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_pkgmaintainer}/${_pkgsrcname}/archive/${_versionprefix}${pkgver}.tar.gz")
-sha256sums=('be9a2164fe811cd5d5185f6b2d5b4b3fdef160a5b89573aca361d45d50fffb25')
+sha256sums=('e4feb39699905a85bf57e757400e63473b3fcdcf3644bc862a82db5c805b8e07')
install=${pkgname}.install
build() {