summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-01-03 20:41:41 +0100
committerhaawda2020-01-03 20:41:41 +0100
commit017083c0d9205ae0ed113745559d651335069cea (patch)
tree6e0999b32a3f8fac87e9093e8e0e974321340c31 /PKGBUILD
parent6a0fa501fe2d2953daf8c9cb43a457c8840be6ff (diff)
downloadaur-017083c0d9205ae0ed113745559d651335069cea.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 296f067cd093..ff78f5dfcda7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-company-mode
-pkgver=0.9.10
+pkgver=0.9.11
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=('2308632ad0936dcf8bedc5748f97965348ca285b0a6248bd4c3ac9c9b29d8e82')
+sha256sums=('d571ca75987aa07e0a36377ddc9ffc04b3245d7fcf0bb70caed54db43f9fc335')
build() {
cd company-mode-${pkgver}