summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsballert2018-10-08 18:20:15 +0200
committersballert2018-10-08 18:20:15 +0200
commit910e5dff73eafc70cdb6364412bcaf4c2d2c4978 (patch)
tree8b0abf3ebcd2efdd4fafccbad70f1d9ca3afb530 /PKGBUILD
parent92dbe85f20dd042bb61b876b74c08c6709c7e225 (diff)
downloadaur-910e5dff73eafc70cdb6364412bcaf4c2d2c4978.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')