summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-07-26 21:44:55 +0200
committerhaawda2017-07-26 21:44:55 +0200
commit2fe781c8bbcbe5f6573e72d794ab0d958fd785d2 (patch)
treebfefb549b2a22e69580dc3940eacdf21548fa29f
parent7135d800c7d2f8ba9841ef60dfa16e3c1ff0d3f4 (diff)
downloadaur-2fe781c8bbcbe5f6573e72d794ab0d958fd785d2.tar.gz
Update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef6b0002d401..615a34329c20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-icicles
pkgdesc = an emacs library that enhances minibuffer completion
- pkgver = 23710
+ pkgver = 23711
pkgrel = 1
url = http://www.emacswiki.org/emacs/Icicles
install = icicles.install
@@ -8,7 +8,7 @@ pkgbase = emacs-icicles
license = GPL
makedepends = wget
source = icicles.zip::https://github.com/emacsmirror/icicles/archive/master.zip
- md5sums = e674331f00557429e5f093f4993d0695
+ md5sums = 4394e032d20a913aae4b552d10071000
pkgname = emacs-icicles
diff --git a/PKGBUILD b/PKGBUILD
index 8d95282c1025..b06ddb7e1ea0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-icicles
-pkgver=23710 # Taken from icicles.el
+pkgver=23711 # Taken from icicles.el
pkgrel=1
pkgdesc="an emacs library that enhances minibuffer completion"
arch=('any')
url="http://www.emacswiki.org/emacs/Icicles"
license=('GPL')
source=("icicles.zip::https://github.com/emacsmirror/icicles/archive/master.zip")
-md5sums=('e674331f00557429e5f093f4993d0695')
+md5sums=('4394e032d20a913aae4b552d10071000')
makedepends=(wget)
install=icicles.install