summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72316d925e76..e5f54c7c64f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@ _gitrepo="auto-complete-clang"
pkgname=emacs-auto-complete-clang-git
pkgver=r16.a195db1
-pkgrel=1
+pkgrel=2
pkgdesc="The AC sources for Clang. Combine the power of AC, Clang and Yasnippet."
url="https://github.com/${_gituser}/${_gitrepo}"
arch=('any')
license=('GPL3')
+provides=('emacs-auto-complete-clang')
depends=('emacs' 'emacs-auto-complete')
makedepends=('git')
source=("git+https://github.com/${_gituser}/${_gitrepo}.git")