summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2018-06-07 14:07:10 +0200
committerEsben Haabendal2018-06-07 14:07:10 +0200
commita49e6ca1247dd3eed6c8208d83b56929a6969b6c (patch)
tree1eb4e037e6879d3495df41fce3f37cb12904fe7d
parent54f5f4cfe0a92b6ad4a11ba3e6249c1a7e292df9 (diff)
downloadaur-a49e6ca1247dd3eed6c8208d83b56929a6969b6c.tar.gz
Allow newer emacs-dash versions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 033248ba7adf..0798420feb4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = emacs-magit-popup
pkgdesc = A generic interface for toggling switches and setting options and then invoking an Emacs command which does something with these arguments
pkgver = 2.12.3
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/magit/magit-popup
install = emacs-magit-popup.install
arch = any
license = GPL3
makedepends = git
depends = emacs>=24.4
- depends = emacs-dash=2.13.0
+ depends = emacs-dash>=2.13.0
provides = emacs-magit-popup
conflicts = emacs-magit<=2.11.0
source = git+https://github.com/magit/magit-popup.git#tag=v2.12.3
diff --git a/PKGBUILD b/PKGBUILD
index dc0c693aaa05..bbe43ede34e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgname=emacs-magit-popup
_github_org="magit"
_github_repo="magit-popup"
pkgver=2.12.3
-pkgrel=1
+pkgrel=2
pkgdesc="A generic interface for toggling switches and setting options and then invoking an Emacs command which does something with these arguments"
arch=('any')
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
-depends=('emacs>=24.4' 'emacs-dash=2.13.0')
+depends=('emacs>=24.4' 'emacs-dash>=2.13.0')
makedepends=('git')
provides=('emacs-magit-popup')
conflicts=('emacs-magit<=2.11.0')