summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-08-19 10:56:06 -0400
committerAndrew Sun2021-08-19 10:56:06 -0400
commitcb0f8103bc94047f1d95dd3d6c9d057e2e78d10e (patch)
treec68a4a8bf4b37e130b233345b3030367b388a80c
parent2a4874110d6533f6d81448d18e86ebb8ca77369c (diff)
downloadaur-cb0f8103bc94047f1d95dd3d6c9d057e2e78d10e.tar.gz
3.5.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa0de37c3dd3..c1ddf24065a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = emacs-which-key
pkgdesc = Emacs package that displays available keybindings in popup
- pkgver = 3.5.1
+ pkgver = 3.5.3
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.1.tar.gz::https://github.com/justbur/emacs-which-key/archive/v3.5.1.tar.gz
- sha256sums = 074ea041b4a7273ac37093680a577c939daba01e99d0bf12071def114cc4d299
+ source = emacs-which-key-3.5.3.tar.gz::https://github.com/justbur/emacs-which-key/archive/v3.5.3.tar.gz
+ sha256sums = be9a2164fe811cd5d5185f6b2d5b4b3fdef160a5b89573aca361d45d50fffb25
pkgname = emacs-which-key
-
diff --git a/PKGBUILD b/PKGBUILD
index e019c607388a..34fd8dd3fdfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgsrcname=emacs-which-key
_pkgmaintainer=justbur
_pkgdestdirname=which-key
_versionprefix=v
-pkgver=3.5.1
+pkgver=3.5.3
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=('074ea041b4a7273ac37093680a577c939daba01e99d0bf12071def114cc4d299')
+sha256sums=('be9a2164fe811cd5d5185f6b2d5b4b3fdef160a5b89573aca361d45d50fffb25')
install=${pkgname}.install
build() {