summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgéballin2021-03-19 00:42:27 +0100
committergéballin2021-03-19 00:42:27 +0100
commit46777f94c7b130041ff3bc53906c68caad563fc1 (patch)
treeebaf544f3aecdd0f7a68f79381dd7474b8311278
parent366a26b21a35b829060885e45c7bbc65f12966c2 (diff)
downloadaur-46777f94c7b130041ff3bc53906c68caad563fc1.tar.gz
Update to 0.9.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64b30b74c090..1946aa5e7562 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.9.13
pkgrel = 1
url = http://company-mode.github.io
arch = any
@@ -8,8 +8,8 @@ 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.9.13.tar.gz::https://github.com/company-mode/company-mode/archive/0.9.13.tar.gz
+ sha256sums = 1bd8227defd995831ed41eb8b0b10df454046cf605fdfe375e162637e7aae360
pkgname = emacs-company-mode
diff --git a/PKGBUILD b/PKGBUILD
index 0c9f77553c15..0a47ddb81999 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.9.13
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=('1bd8227defd995831ed41eb8b0b10df454046cf605fdfe375e162637e7aae360')
build() {
cd company-mode-${pkgver}