Date: Wednesday, October 12, 2022 @ 19:14:32 Author: spupykin Revision: 1327886
upgpkg: emacs-python-mode 6.3.0-1 Modified: emacs-python-mode/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-12 19:14:26 UTC (rev 1327885) +++ PKGBUILD 2022-10-12 19:14:32 UTC (rev 1327886) @@ -2,8 +2,8 @@ # Contributor: Stefano Esposito <[email protected]> pkgname=emacs-python-mode -pkgver=6.2.3 -pkgrel=2 +pkgver=6.3.0 +pkgrel=1 pkgdesc="Python mode for Emacs" url="https://launchpad.net/python-mode" license=("GPL") @@ -10,11 +10,11 @@ arch=('any') depends=('emacs') install=emacs-python-mode.install -source=("https://launchpad.net/python-mode/trunk/$pkgver/+download/python-mode.el-$pkgver.tar.gz") -sha256sums=('40098432ca1b3e3dcd8fa0a7d23bd8f2e57471587911d448b9c5cde0569d3335') +source=("https://stable.melpa.org/packages/python-mode-$pkgver.tar") +sha256sums=('7f9594f3147c3314d87cf9b15ef24d41ac574fde3f8a4c06644d55a7363f3325') package() { - cd "$srcdir"/python-mode.el-$pkgver + cd "$srcdir"/python-mode-$pkgver install -dm755 "$pkgdir"/usr/share/emacs/site-lisp/ install -Dm644 *.el "$pkgdir"/usr/share/emacs/site-lisp/ rm -f "$pkgdir"/usr/share/emacs/site-lisp/pymacs.*
