summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2019-01-14 09:21:53 +0100
committerEsben Haabendal2019-01-14 09:21:53 +0100
commit0bfa5f003602dddcea32b4683d5c96a1f1e6e161 (patch)
treefe28d0849d9a33c11d4b5df4dfc26f205642fdb7
parentacdd3d05152efff4cbe0804dc7e910a0c03d56c8 (diff)
downloadaur-0bfa5f003602dddcea32b4683d5c96a1f1e6e161.tar.gz
Bump pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f412c0193716..0ef871920a80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 1
+ pkgrel = 2
url = http://github.com/magit/magit-popup
install = emacs-magit-popup.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index c0d815bc72be..6dc66093e6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=emacs-magit-popup
_github_org="magit"
_github_repo="magit-popup"
pkgver=2.12.5
-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}"