summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgéballin2021-03-19 00:33:06 +0100
committergéballin2021-03-19 00:33:06 +0100
commitb8328396a9d2e5ece8f1c987f1bb7db2ff06c9fe (patch)
tree57f9517c372517c69dcb48063ce2a7ec846559e5
parentd3d9b9c16d166ca0ac118f5c15b990cad6cd2de4 (diff)
downloadaur-b8328396a9d2e5ece8f1c987f1bb7db2ff06c9fe.tar.gz
Update to 1.35.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff1ada6e1fe..db2243c28f2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-elpy
pkgdesc = Emacs Python Development Environment
- pkgver = 1.33.0
+ pkgver = 1.35.0
pkgrel = 1
url = https://github.com/jorgenschaefer/elpy
install = emacs-elpy.install
@@ -14,8 +14,8 @@ pkgbase = emacs-elpy
depends = emacs-yasnippet
depends = emacs-s
depends = python-elpy
- source = emacs-elpy-1.33.0.tar.gz::https://github.com/jorgenschaefer/elpy/archive/1.33.0.tar.gz
- sha256sums = 35e4124cc31de0be4d794d727fbc9ee61749599e493226ced21cbea568197089
+ source = emacs-elpy-1.35.0.tar.gz::https://github.com/jorgenschaefer/elpy/archive/1.35.0.tar.gz
+ sha256sums = a0b1dfafbf58207b32c85a80c535772e4c19941432cc942c4b9b4cb0b9c10f50
pkgname = emacs-elpy
diff --git a/PKGBUILD b/PKGBUILD
index ef3e8445baca..db18ab6463eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Alex Whitt <alex.joseph.whitt@gmail.com>
+# 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>
_pkgsrcname=elpy
_pkgmaintainer=jorgenschaefer
_pkgdestdirname=elpy
_versionprefix=
-pkgver=1.33.0
+pkgver=1.35.0
pkgrel=1
pkgdesc="Emacs Python Development Environment"
pkgname=emacs-${_pkgdestdirname}
@@ -14,7 +15,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=('35e4124cc31de0be4d794d727fbc9ee61749599e493226ced21cbea568197089')
+sha256sums=('a0b1dfafbf58207b32c85a80c535772e4c19941432cc942c4b9b4cb0b9c10f50')
install=${pkgname}.install
package() {