[arch-commits] Commit in xonsh/trunk (PKGBUILD)

Jerome Leclanche jleclanche at gemini.archlinux.org
Sat Jun 18 13:02:54 UTC 2022


    Date: Saturday, June 18, 2022 @ 13:02:53
  Author: jleclanche
Revision: 1238405

upgpkg: xonsh 0.12.5-1: Upstream release 0.12.5

Modified:
  xonsh/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-18 12:11:55 UTC (rev 1238404)
+++ PKGBUILD	2022-06-18 13:02:53 UTC (rev 1238405)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=xonsh
-pkgver=0.12.4
+pkgver=0.12.5
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/"
@@ -9,10 +9,10 @@
 license=("BSD")
 depends=("python" "python-ply" "python-setproctitle")
 optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
+makedepends=("python-setuptools" "python-wheel")
 source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
 install=xonsh.install
-sha256sums=("493d5b9554dbd8e16a5b8e714b27f11e2937ec4599fba5094e62610c95090fdc")
+sha256sums=("b147a8e662d6becdb6f8a57c955201fbfe78380846f4a541d6739df5e260aa98")
 
 package() {
 	cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list