summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-02-04 09:36:39 -0500
committerAndrew Sun2021-02-04 09:36:39 -0500
commit2a4874110d6533f6d81448d18e86ebb8ca77369c (patch)
treeafecf70d185e7c49b01b3d1b65d304206ee51a52
parent112ef62d69f157a1918916cace815041cede5291 (diff)
downloadaur-2a4874110d6533f6d81448d18e86ebb8ca77369c.tar.gz
3.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11d6d56b612c..aa0de37c3dd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = emacs-which-key
pkgdesc = Emacs package that displays available keybindings in popup
- pkgver = 3.5.0
+ pkgver = 3.5.1
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.0.tar.gz::https://github.com/justbur/emacs-which-key/archive/v3.5.0.tar.gz
- sha256sums = 0e8d9a5c420c739a956fd76c23669da34f80281c0a39bb3134e4e3154190294b
+ source = emacs-which-key-3.5.1.tar.gz::https://github.com/justbur/emacs-which-key/archive/v3.5.1.tar.gz
+ sha256sums = 074ea041b4a7273ac37093680a577c939daba01e99d0bf12071def114cc4d299
pkgname = emacs-which-key
diff --git a/PKGBUILD b/PKGBUILD
index 70ebf493c521..e019c607388a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgsrcname=emacs-which-key
_pkgmaintainer=justbur
_pkgdestdirname=which-key
_versionprefix=v
-pkgver=3.5.0
+pkgver=3.5.1
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=('0e8d9a5c420c739a956fd76c23669da34f80281c0a39bb3134e4e3154190294b')
+sha256sums=('074ea041b4a7273ac37093680a577c939daba01e99d0bf12071def114cc4d299')
install=${pkgname}.install
build() {