summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64b30b74c090..b2f5c3957ee7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-company-mode
pkgdesc = Modular in-buffer completion framework for Emacs
- pkgver = 0.9.12
+ pkgver = 0.10.1
pkgrel = 1
url = http://company-mode.github.io
arch = any
@@ -8,8 +8,7 @@ pkgbase = emacs-company-mode
makedepends = git
depends = emacs
provides = emacs-company-mode
- source = emacs-company-mode-0.9.12.tar.gz::https://github.com/company-mode/company-mode/archive/0.9.12.tar.gz
- sha256sums = d3807df57b910a416ceb6aea13c2605dcdd990a95cfbcd460cbf3e39d201bd22
+ source = emacs-company-mode-0.10.1.tar.gz::https://github.com/company-mode/company-mode/archive/0.10.1.tar.gz
+ sha256sums = 25658e97b7e4b72c411c03991925f01dd8ec59e15848766c70c7471765f507a4
pkgname = emacs-company-mode
-
diff --git a/PKGBUILD b/PKGBUILD
index 0c9f77553c15..7c1403618d13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
+# Maintainer: Geballin - Guillaume Ballin <macniaque at free dot fr>
# Contributor: Alex Whitt <alex.joseph.whitt@gmail.com>
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-company-mode
-pkgver=0.9.12
+pkgver=0.10.1
pkgrel=1
pkgdesc="Modular in-buffer completion framework for Emacs"
url="http://company-mode.github.io"
@@ -12,7 +13,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=('d3807df57b910a416ceb6aea13c2605dcdd990a95cfbcd460cbf3e39d201bd22')
+sha256sums=('25658e97b7e4b72c411c03991925f01dd8ec59e15848766c70c7471765f507a4')
build() {
cd company-mode-${pkgver}