summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3193256582f..0a561f8f1bf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-company-mode
-pkgver=0.9.7
+pkgver=0.9.8
pkgrel=1
pkgdesc="Modular in-buffer completion framework for Emacs"
url="http://company-mode.github.io"
@@ -12,7 +12,7 @@ depends=('emacs')
makedepends=('git')
provides=('emacs-company-mode')
source=("$pkgname-$pkgver.tar.gz::https://github.com/company-mode/company-mode/archive/${pkgver}.tar.gz")
-sha256sums=('4b1368a7660a35f3316490d8fad716a7adb8b99f4ccc45916a1d62e1d0d8d4a5')
+sha256sums=('89ade7ba4556921df00114ed30cfea34965b9a24aba29a8f17d0034d883c2282')
build() {
cd company-mode-${pkgver}