Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / xonsh


Commits:
69aef6b7 by Antonio Rojas at 2023-12-25T22:10:23+01:00
upgpkg: 0.14.3-1: Update to 0.14.3

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = xonsh
+       pkgdesc = Python-powered, cross-platform, Unix-gazing shell
+       pkgver = 0.14.3
+       pkgrel = 1
+       url = https://xon.sh/
+       install = xonsh.install
+       arch = any
+       license = BSD
+       makedepends = python-setuptools
+       makedepends = python-wheel
+       depends = python
+       depends = python-ply
+       depends = python-setproctitle
+       optdepends = python-prompt_toolkit: support for 
SHELL_TYPE=prompt_toolkit
+       source = 
https://github.com/xonsh/xonsh/releases/download/0.14.3/xonsh-0.14.3.tar.gz
+       sha256sums = 
b80ed0f670c04e64e9be6a609024dec467428520c08ad6b53608e412531e015d
+
+pkgname = xonsh


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche <[email protected]>
 
 pkgname=xonsh
-pkgver=0.14.1
+pkgver=0.14.3
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/";
@@ -12,7 +12,7 @@ optdepends=("python-prompt_toolkit: support for 
SHELL_TYPE=prompt_toolkit")
 makedepends=("python-setuptools" "python-wheel")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
 install=xonsh.install
-sha256sums=('050640cc805a98a79288c8e57c367ed7eb4dde39b3e318c636a8f63e86267b29')
+sha256sums=('b80ed0f670c04e64e9be6a609024dec467428520c08ad6b53608e412531e015d')
 
 package() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/69aef6b757a5a3d1264266b506cdcc03bc04e7f1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/69aef6b757a5a3d1264266b506cdcc03bc04e7f1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to