summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ef871920a80..0e4600d64bab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
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.5
- pkgrel = 2
+ pkgver = 2.13.0
+ pkgrel = 1
url = http://github.com/magit/magit-popup
install = emacs-magit-popup.install
arch = any
license = GPL3
makedepends = git
- depends = emacs
+ depends = emacs>=24.4
depends = emacs-dash>=2.13.0
depends = emacs-async>=1.9.2
provides = emacs-magit-popup
conflicts = emacs-magit<=2.11.0
- source = git+https://github.com/magit/magit-popup.git#tag=v2.12.5
+ source = git+https://github.com/magit/magit-popup.git#tag=v2.13.0
md5sums = SKIP
pkgname = emacs-magit-popup
diff --git a/PKGBUILD b/PKGBUILD
index 6dc66093e6d9..c515c3e45c4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=emacs-magit-popup
_github_org="magit"
_github_repo="magit-popup"
-pkgver=2.12.5
-pkgrel=2
+pkgver=2.13.0
+pkgrel=1
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' 'emacs-dash>=2.13.0' 'emacs-async>=1.9.2')
+depends=('emacs>=24.4' 'emacs-dash>=2.13.0' 'emacs-async>=1.9.2')
makedepends=('git')
provides=('emacs-magit-popup')
conflicts=('emacs-magit<=2.11.0')