Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
xonsh


Commits:
f5c691e3 by Daniel Bermond at 2025-01-13T17:19:22-03:00
upgpkg: 0.19.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = xonsh
        pkgdesc = A python-powered shell. Full-featured and cross-platform.
-       pkgver = 0.19.0
+       pkgver = 0.19.1
        pkgrel = 1
        url = https://xon.sh/
        install = xonsh.install
@@ -10,6 +10,9 @@ pkgbase = xonsh
        makedepends = python-installer
        makedepends = python-setuptools
        makedepends = python-wheel
+       makedepends = python-prompt_toolkit
+       makedepends = python-pygments
+       makedepends = python-setproctitle
        depends = python
        depends = python-distro
        depends = python-packaging
@@ -19,7 +22,7 @@ pkgbase = xonsh
        optdepends = python-prompt_toolkit: for SHELL_TYPE=prompt_toolkit
        optdepends = python-pygments: for syntax highlighting and colorization
        optdepends = python-setproctitle: for updating process title to match 
Xonsh arguments
-       source = 
https://github.com/xonsh/xonsh/archive/0.19.0/xonsh-0.19.0.tar.gz
-       sha256sums = 
59e21c124de3b9802e3027253aedf8e1e9acefab630db52d165ba67d1d7f6afa
+       source = 
https://github.com/xonsh/xonsh/archive/0.19.1/xonsh-0.19.1.tar.gz
+       sha256sums = 
87da0fe8fb1ef77c72fd0af38139e4ee623e906f114f45d981a15dd380bf7939
 
 pkgname = xonsh


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Jerome Leclanche <jer...@leclan.ch>
 
 pkgname=xonsh
-pkgver=0.19.0
+pkgver=0.19.1
 pkgrel=1
 pkgdesc='A python-powered shell. Full-featured and cross-platform.'
 url='https://xon.sh/'
@@ -23,10 +23,14 @@ makedepends=(
     'python-build'
     'python-installer'
     'python-setuptools'
-    'python-wheel')
+    'python-wheel'
+    # for satisfying pkgcheck
+    'python-prompt_toolkit'
+    'python-pygments'
+    'python-setproctitle')
 install=xonsh.install
 
source=("https://github.com/xonsh/xonsh/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('59e21c124de3b9802e3027253aedf8e1e9acefab630db52d165ba67d1d7f6afa')
+sha256sums=('87da0fe8fb1ef77c72fd0af38139e4ee623e906f114f45d981a15dd380bf7939')
 
 build() {
     cd "${pkgname}-${pkgver}"



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

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


Reply via email to