summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-12-11 23:43:08 +0100
committerhaawda2017-12-11 23:43:08 +0100
commitfc81285ec58b6e34ff20f83561b60546136a03f0 (patch)
tree2ba64347c9a30fd1170e4b17d5ade6e729d8dc23
parent2fe781c8bbcbe5f6573e72d794ab0d958fd785d2 (diff)
downloadaur-fc81285ec58b6e34ff20f83561b60546136a03f0.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 615a34329c20..df80d67cf546 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Mon Dec 11 22:43:08 UTC 2017
pkgbase = emacs-icicles
pkgdesc = an emacs library that enhances minibuffer completion
- pkgver = 23711
+ pkgver = 23714
pkgrel = 1
url = http://www.emacswiki.org/emacs/Icicles
install = icicles.install
arch = any
license = GPL
makedepends = wget
- source = icicles.zip::https://github.com/emacsmirror/icicles/archive/master.zip
- md5sums = 4394e032d20a913aae4b552d10071000
+ source = icicles-23714.zip::https://github.com/emacsmirror/icicles/archive/master.zip
+ md5sums = b202aa2fb8bffabc74517a41069080a1
pkgname = emacs-icicles
diff --git a/PKGBUILD b/PKGBUILD
index b06ddb7e1ea0..b1826ba7544c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-icicles
-pkgver=23711 # Taken from icicles.el
+pkgver=23714 # 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=('4394e032d20a913aae4b552d10071000')
+source=("icicles-$pkgver.zip::https://github.com/emacsmirror/icicles/archive/master.zip")
+md5sums=('b202aa2fb8bffabc74517a41069080a1')
makedepends=(wget)
install=icicles.install