summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2018-06-08 08:37:23 +0200
committerEsben Haabendal2018-06-08 08:37:23 +0200
commitb59b94a0c6c99da8f4a620f80e1a02a897f9736d (patch)
tree3f9a8d355565851fb1a115090f7a55624b2da9ed
parent466ffd1b1360ff593fcdecd513eebcdb5097f986 (diff)
downloadaur-b59b94a0c6c99da8f4a620f80e1a02a897f9736d.tar.gz
Update to 0.7.11.r35.e314a7cb6437
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d366a506080f..fde3db9e3ee1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = emacs-editorconfig-git
pkgdesc = EditorConfig Emacs Plugin
- pkgver = 0.7.9
+ pkgver = v0.7.11.r35.e314a7cb6437
pkgrel = 1
url = http://github.com/editorconfig/editorconfig-emacs
install = emacs-editorconfig-git.install
arch = any
license = GPL3
+ makedepends = git
depends = emacs
- depends = git
depends = editorconfig-core-c
provides = emacs-editorconfig
source = git+https://github.com/editorconfig/editorconfig-emacs.git
diff --git a/PKGBUILD b/PKGBUILD
index 3216286228ff..23a69cd10856 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Esben Haabendal <esben@haabendal.dk>
pkgname=emacs-editorconfig-git
-pkgver=0.7.9
+pkgver=v0.7.11.r35.e314a7cb6437
pkgrel=1
pkgdesc="EditorConfig Emacs Plugin"
arch=('any')
@@ -9,7 +9,8 @@ _github_org="editorconfig"
_github_repo="editorconfig-emacs"
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
-depends=('emacs' 'git' 'editorconfig-core-c')
+depends=('emacs' 'editorconfig-core-c')
+makedepends=('git')
provides=('emacs-editorconfig')
install="${pkgname}.install"
source=("git+https://github.com/${_github_org}/${_github_repo}.git")