summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-04-23 18:25:06 +0200
committerhaawda2018-04-23 18:25:06 +0200
commit2c8e94696eb185f917adfcc57cf7c553e3ab56e7 (patch)
tree7cb45605de0616b9b91a082e893745722f12c4d8
parentf48928793c0aee494628ed5afde6135f19bed630 (diff)
downloadaur-2c8e94696eb185f917adfcc57cf7c553e3ab56e7.tar.gz
fix dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9f3b074b754..ebd6b0395571 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = emacs-icicles
pkgdesc = an emacs library that enhances minibuffer completion
pkgver = 2018.02.13
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = http://www.emacswiki.org/emacs/Icicles
arch = any
license = GPL
makedepends = wget
- depends = emacs-bookmarkplus-mode
+ depends = emacs-bookmarkplus
depends = emacs-hexrgb
source = http://www.emacswiki.org/emacs/download/icicles.el
source = http://www.emacswiki.org/emacs/download/icicles-cmd1.el
diff --git a/PKGBUILD b/PKGBUILD
index 83bde28becc8..766128f852ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=emacs-icicles
epoch=1
pkgver=2018.02.13 # Taken from icicles.el
-pkgrel=2
+pkgrel=3
pkgdesc="an emacs library that enhances minibuffer completion"
arch=('any')
url="http://www.emacswiki.org/emacs/Icicles"
-depends=('emacs-bookmarkplus-mode' 'emacs-hexrgb')
+depends=('emacs-bookmarkplus' 'emacs-hexrgb')
license=('GPL')
makedepends=('wget')
_base_url=http://www.emacswiki.org/emacs/download/