summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-01-04 23:59:20 +0100
committerhaawda2019-01-04 23:59:20 +0100
commite7c0a9418c64d7276ff0e2c67d3b3baeb60dd8ed (patch)
tree5962a24657d665f3bee6d6185ae7cdeb5c0dbb8a /PKGBUILD
parentbfd549e64c837890c58aae512170d48dd24bcfe1 (diff)
downloadaur-e7c0a9418c64d7276ff0e2c67d3b3baeb60dd8ed.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98df1b05b506..c84c0bb657e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Alex Whitt <alex.joseph.whitt@gmail.com>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
_pkgsrcname=elpy
_pkgmaintainer=jorgenschaefer
_pkgdestdirname=elpy
_versionprefix=
-pkgver=1.15.1
-pkgrel=2
+pkgver=1.28.0
+pkgrel=1
pkgdesc="Emacs Python Development Environment"
pkgname=emacs-${_pkgdestdirname}
arch=(any)
@@ -13,7 +14,7 @@ url="https://github.com/${_pkgmaintainer}/${_pkgsrcname}"
license=('GPL3')
depends=('emacs' 'emacs-company-mode' 'emacs-find-file-in-project' 'emacs-highlight-indentation' 'emacs-pyvenv' 'emacs-yasnippet' 'emacs-s' 'python-elpy')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_pkgmaintainer}/${_pkgsrcname}/archive/${_versionprefix}${pkgver}.tar.gz")
-sha256sums=('562b04790c1fa70bf9370330fee84f727f402e2658d7184cb068ffb10e41ddfd')
+sha256sums=('f9ca80cbc52374b315b9985e7679e493a4d0426139f4c9a015fff4ba2e1f2851')
install=${pkgname}.install
build() {