summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2018-06-07 13:56:26 +0200
committerEsben Haabendal2018-06-07 13:56:26 +0200
commit1edb8cdf8e664b8684f3a6b2186d33db2c7f452d (patch)
tree2002638985f54be8582961b3ac8ba3d321e437ef
parentd752d0778fdac65917ca3248bc1d988cb81ff203 (diff)
downloadaur-1edb8cdf8e664b8684f3a6b2186d33db2c7f452d.tar.gz
Fix tag format (and pkgrel, which should not be 0)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b567ddcb5006..e7a4eb7d06c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-with-editor
pkgdesc = Use the Emacsclient as the of child processes
pkgver = 2.7.3
- pkgrel = 0
+ pkgrel = 1
url = http://github.com/magit/with-editor
install = emacs-with-editor.install
arch = any
@@ -9,7 +9,7 @@ pkgbase = emacs-with-editor
depends = emacs>=24.4
provides = emacs-with-editor
conflicts = emacs-with-editor-git
- source = git+https://github.com/magit/with-editor.git#tag=2.7.3
+ source = git+https://github.com/magit/with-editor.git#tag=v2.7.3
md5sums = SKIP
pkgname = emacs-with-editor
diff --git a/PKGBUILD b/PKGBUILD
index 0509c7001f79..8278b2d5e131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=emacs-with-editor
pkgver=2.7.3
-pkgrel=0
+pkgrel=1
pkgdesc="Use the Emacsclient as the $EDITOR of child processes"
arch=('any')
_github_org="magit"