summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-02-15 19:22:19 -0500
committerAndrew Sun2022-02-15 19:22:19 -0500
commit74a439d8ee342172e07a67d0d637fbb91446fac8 (patch)
treefa7e30d292c6b85a1e24a4d53429d9eb8961e73b /PKGBUILD
parent8243613901d423e3fa54754b6e90b7e250b0f6f2 (diff)
downloadaur-emacs-which-key.tar.gz
3.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac905938811e..55d81ee3138b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgsrcname=emacs-which-key
_pkgmaintainer=justbur
_pkgdestdirname=which-key
_versionprefix=v
-pkgver=3.5.4
+pkgver=3.6.0
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=('e4feb39699905a85bf57e757400e63473b3fcdcf3644bc862a82db5c805b8e07')
+sha256sums=('b97a90c6db113d29b6404c0f29e240555d0b67c8cfc464fa04b05cdc38540e4f')
install=${pkgname}.install
build() {