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


Commits:
e4c5bfb9 by Antonio Rojas at 2024-04-26T21:31:12+02:00
upgpkg: 0.16.0-1: Update to 0.16.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xonsh
        pkgdesc = Python-powered, cross-platform, Unix-gazing shell
-       pkgver = 0.15.1
-       pkgrel = 2
+       pkgver = 0.16.0
+       pkgrel = 1
        url = https://xon.sh/
        install = xonsh.install
        arch = any
@@ -12,7 +12,7 @@ pkgbase = xonsh
        depends = python-ply
        depends = python-setproctitle
        optdepends = python-prompt_toolkit: support for 
SHELL_TYPE=prompt_toolkit
-       source = 
https://github.com/xonsh/xonsh/archive/0.15.1/xonsh-0.15.1.tar.gz
-       sha256sums = 
9780c6c879b105caefa2b6bff6355f27504459900c65e5ebcc3812d7f13a0648
+       source = 
https://github.com/xonsh/xonsh/archive/0.16.0/xonsh-0.16.0.tar.gz
+       sha256sums = 
914e95c5946d92e71e09a5787e7dc8ed0e49e19c9ae70d8943d9a40bbae62fd9
 
 pkgname = xonsh


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche <jer...@leclan.ch>
 
 pkgname=xonsh
-pkgver=0.15.1
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/";
 arch=("any")
@@ -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/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
 install=xonsh.install
-sha256sums=('9780c6c879b105caefa2b6bff6355f27504459900c65e5ebcc3812d7f13a0648')
+sha256sums=('914e95c5946d92e71e09a5787e7dc8ed0e49e19c9ae70d8943d9a40bbae62fd9')
 
 package() {
   cd $pkgname-$pkgver



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/e4c5bfb9642abb4e82eebee4ad1bb795bef96efd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to