summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98bc068b5584..033248ba7adf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.0
+ pkgver = 2.12.3
pkgrel = 1
url = http://github.com/magit/magit-popup
install = emacs-magit-popup.install
@@ -10,7 +10,8 @@ pkgbase = emacs-magit-popup
depends = emacs>=24.4
depends = emacs-dash=2.13.0
provides = emacs-magit-popup
- source = git+https://github.com/magit/magit-popup.git#tag=v2.12.0
+ conflicts = emacs-magit<=2.11.0
+ source = git+https://github.com/magit/magit-popup.git#tag=v2.12.3
md5sums = SKIP
pkgname = emacs-magit-popup
diff --git a/PKGBUILD b/PKGBUILD
index 210f5cb8c619..dc0c693aaa05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=emacs-magit-popup
_github_org="magit"
_github_repo="magit-popup"
-pkgver=2.12.0
+pkgver=2.12.3
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')