summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-01-20 10:33:13 -0500
committerAndrew Sun2020-01-20 10:33:13 -0500
commitc82bef7040a7435d2ec5e4a4aadf22bd0d2ba6a9 (patch)
tree502bb07f987fbc6259be2c8a11e74ead7e4ec220
parente273afec4bafd3cccf55a93f820a7e287f8fb6d7 (diff)
downloadaur-c82bef7040a7435d2ec5e4a4aadf22bd0d2ba6a9.tar.gz
3.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b759451339af..aee25867d9f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = emacs-which-key
pkgdesc = Emacs package that displays available keybindings in popup
- pkgver = 3.3.1
+ pkgver = 3.4.0
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.3.1.tar.gz::https://github.com/justbur/emacs-which-key/archive/v3.3.1.tar.gz
- sha256sums = 6ac6dd685a98f8821c0c9b81c1cea1114af7fe48af6e6838ad88ad20b40413bd
+ source = emacs-which-key-3.4.0.tar.gz::https://github.com/justbur/emacs-which-key/archive/v3.4.0.tar.gz
+ sha256sums = 9e4ebf9d5e8f482a6cc2ff15faa4778a94afd4209aa22de6eed13bc8ab3a04e5
pkgname = emacs-which-key
diff --git a/PKGBUILD b/PKGBUILD
index e80e9d4730a9..f9ac2fb80e06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgsrcname=emacs-which-key
_pkgmaintainer=justbur
_pkgdestdirname=which-key
_versionprefix=v
-pkgver=3.3.1
+pkgver=3.4.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=('6ac6dd685a98f8821c0c9b81c1cea1114af7fe48af6e6838ad88ad20b40413bd')
+sha256sums=('9e4ebf9d5e8f482a6cc2ff15faa4778a94afd4209aa22de6eed13bc8ab3a04e5')
install=${pkgname}.install
build() {