summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsballert2018-10-08 18:20:15 +0200
committersballert2018-10-08 18:20:15 +0200
commit910e5dff73eafc70cdb6364412bcaf4c2d2c4978 (patch)
tree8b0abf3ebcd2efdd4fafccbad70f1d9ca3afb530
parent92dbe85f20dd042bb61b876b74c08c6709c7e225 (diff)
downloadaur-910e5dff73eafc70cdb6364412bcaf4c2d2c4978.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f9722302de6..54653f526278 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-flycheck-git
pkgdesc = On the fly syntax checking for GNU Emacs
- pkgver = r4529.ef2dcc12
+ pkgver = r4535.253febbd
pkgrel = 1
url = https://github.com/flycheck/flycheck
arch = any
@@ -9,8 +9,8 @@ pkgbase = emacs-flycheck-git
depends = emacs
depends = emacs-dash
depends = emacs-pkg-info
- provides = emacs-flycheck
- conflicts = emacs-flycheck
+ provides = flycheck
+ conflicts = flycheck
source = git+https://github.com/flycheck/flycheck.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3fc6e9782472..75653bd4a1a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gituser="flycheck"
_gitrepo="flycheck"
pkgname=emacs-flycheck-git
-pkgver=r4529.ef2dcc12
+pkgver=r4535.253febbd
pkgrel=1
pkgdesc="On the fly syntax checking for GNU Emacs"
url="https://github.com/${_gituser}/${_gitrepo}"
@@ -12,8 +12,8 @@ arch=('any')
license=('GPL3')
depends=('emacs' 'emacs-dash' 'emacs-pkg-info')
makedepends=('git')
-provides=('emacs-flycheck')
-conflicts=('emacs-flycheck')
+provides=('flycheck')
+conflicts=('flycheck')
source=("git+https://github.com/${_gituser}/${_gitrepo}.git")
sha256sums=('SKIP')