summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsballert2018-07-24 17:29:53 +0200
committersballert2018-07-24 17:29:53 +0200
commitf00db43ecc786c5a2ca5efe6f2ad563da3b23ebb (patch)
tree3ef6ce67e8c718841a79c6340460b41b9fe695d3
parentf79765e2f8876f398a26b509cb48ef1f50a32785 (diff)
downloadaur-f00db43ecc786c5a2ca5efe6f2ad563da3b23ebb.tar.gz
Update to 3.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc33066aeb79..b0f702e2d21c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu May 11 17:20:10 UTC 2017
pkgbase = emacs-which-key
pkgdesc = Emacs package that displays available keybindings in popup
- pkgver = 2.0.1
+ pkgver = 3.3.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-2.0.1.tar.gz::https://github.com/justbur/emacs-which-key/archive/v2.0.1.tar.gz
- sha256sums = da687208d29e3905df3ece165615b6683cf3b007183cb3c7f7071aaf6c782038
+ source = emacs-which-key-3.3.0.tar.gz::https://github.com/justbur/emacs-which-key/archive/v3.3.0.tar.gz
+ sha256sums = bc486494719d1090021dfee534ea32ea07cd0d71635b2e2514978510481852d3
pkgname = emacs-which-key
diff --git a/PKGBUILD b/PKGBUILD
index bd12785170fd..82a185458c74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Alex Whitt <alex.joseph.whitt@gmail.com>
+# Maintainer: sballert <sballert@posteo.de>
+# Contributor: Alex Whitt <alex.joseph.whitt@gmail.com>
_pkgsrcname=emacs-which-key
_pkgmaintainer=justbur
_pkgdestdirname=which-key
_versionprefix=v
-pkgver=2.0.1
+pkgver=3.3.0
pkgrel=1
pkgdesc="Emacs package that displays available keybindings in popup"
pkgname=emacs-${_pkgdestdirname}
@@ -13,7 +14,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=('da687208d29e3905df3ece165615b6683cf3b007183cb3c7f7071aaf6c782038')
+sha256sums=('bc486494719d1090021dfee534ea32ea07cd0d71635b2e2514978510481852d3')
install=${pkgname}.install
build() {