summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-10-13 16:18:46 +0200
committerhaawda2019-10-13 16:18:46 +0200
commit54c91ad363843d43a01ce081f8cbbae5c2a8b19b (patch)
treecccdbfd9b3fef1ebd43e1a7b9c315971d7c1dcbe /PKGBUILD
parent0cc06e9f9cff437f50b22f977d8f2ec761a02daa (diff)
downloadaur-54c91ad363843d43a01ce081f8cbbae5c2a8b19b.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5719c50f65d5..4da62ff8551e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-jedi
-pkgver=0.2.7
-pkgrel=5
+pkgver=0.2.8
+pkgrel=1
pkgdesc="Python auto-completion for Emacs"
url="https://github.com/tkf/emacs-jedi"
arch=('any')
@@ -12,7 +12,7 @@ depends=('emacs' 'python-jedi' 'emacs-auto-complete' 'emacs-epc' 'emacs-python-e
makedepends=('git')
provides=('emacs-jedi')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tkf/emacs-jedi/archive/v$pkgver.tar.gz")
-sha256sums=('adb41035a57bf8edf0d1a2fc309e0c7577e1f797a6e325ae68c1ec6d316c4d9b')
+sha256sums=('f97884ef3016146a0f0323e23b348066a253cbe780f03e952a209fd96aa4bcd9')
build() {
cd emacs-jedi-$pkgver