summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-09-07 09:59:28 +0200
committerhaawda2019-09-07 09:59:28 +0200
commit83141e468b0eacfd94c9cff273360db9ec90a2ce (patch)
tree77e180236eb853a62113e7a52aae2ae541e72608 /PKGBUILD
parenta96cf8799f148a69cb2f011a752f91d8f5d22e69 (diff)
downloadaur-83141e468b0eacfd94c9cff273360db9ec90a2ce.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 a4b6e64db7b3..5ef3f94d92e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgsrcname=elpy
_pkgmaintainer=jorgenschaefer
_pkgdestdirname=elpy
_versionprefix=
-pkgver=1.30.0
+pkgver=1.31.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=('8e89bf5eeb8065972b4736d4d8958a71fbee79cbd2316028c19505a9c93a1d9c')
+sha256sums=('9e71af8b5a1e70bf3fb5160b14558182ef7ea658256ccf452ece6e77552c7532')
install=${pkgname}.install
package() {