summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-11-16 01:34:18 +0100
committerhaawda2019-11-16 01:34:18 +0100
commit0df33c5f079aa162cbdab30faa2876b14732f340 (patch)
tree0526bbd453848798a050a5355575803635fb9374 /PKGBUILD
parent83141e468b0eacfd94c9cff273360db9ec90a2ce (diff)
downloadaur-0df33c5f079aa162cbdab30faa2876b14732f340.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ef3f94d92e9..29fada2cab91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgsrcname=elpy
_pkgmaintainer=jorgenschaefer
_pkgdestdirname=elpy
_versionprefix=
-pkgver=1.31.0
+pkgver=1.32.0
pkgrel=1
pkgdesc="Emacs Python Development Environment"
pkgname=emacs-${_pkgdestdirname}
@@ -14,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=('9e71af8b5a1e70bf3fb5160b14558182ef7ea658256ccf452ece6e77552c7532')
+sha256sums=('99539c15ed59211c5b0aed4a65f972078c36bf5707252f2d3a795a8424f3316f')
install=${pkgname}.install
package() {