Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
pychess


Commits:
92d52fff by Robin Candau at 2024-05-01T11:22:53+02:00
upgpkg: 1.0.5-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = pychess
        pkgdesc = Chess client
-       pkgver = 1.0.4
-       pkgrel = 4
-       url = https://pychess.github.io/
+       pkgver = 1.0.5
+       pkgrel = 1
+       url = https://pychess.github.io
        arch = any
-       license = GPL3
+       license = GPL-3.0-only
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools
@@ -19,7 +19,7 @@ pkgbase = pychess
        depends = python-pexpect
        depends = python-websockets
        conflicts = spike
-       source = 
https://github.com/pychess/pychess/releases/download/1.0.4/pychess-1.0.4.tar.gz
-       sha256sums = 
f563a89404746b037f7b3145100a024b7cad83fe1383ad41f55b216c1d09bc5c
+       source = 
https://github.com/pychess/pychess/releases/download/1.0.5/pychess-1.0.5.tar.gz
+       sha256sums = 
2a5d90747d2d07e9a5a48b42c0e81e79677803f493c8bb8fc48388bd011da9b6
 
 pkgname = pychess


=====================================
PKGBUILD
=====================================
@@ -4,20 +4,20 @@
 # Contributor: Alexander Fehr <pizzap...@gmail.com>
 
 pkgname=pychess
-pkgver=1.0.4
-pkgrel=4
-pkgdesc='Chess client'
-arch=(any)
-url='https://pychess.github.io/'
-license=(GPL3)
-depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject
-         python-ptyprocess python-psutil python-sqlalchemy python-pexpect
-         python-websockets)
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Chess client"
+arch=('any')
+url="https://pychess.github.io";
+license=('GPL-3.0-only')
+depends=('gst-plugins-base' 'gtksourceview3' 'python-cairo' 'python-gobject'
+         'python-ptyprocess' 'python-psutil' 'python-sqlalchemy' 
'python-pexpect'
+         'python-websockets')
 # /usr/bin/spike is mistaken for a chess engine
-conflicts=(spike)
-makedepends=(python-build python-installer python-setuptools python-wheel)
+conflicts=('spike')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 
source=("https://github.com/pychess/pychess/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('f563a89404746b037f7b3145100a024b7cad83fe1383ad41f55b216c1d09bc5c')
+sha256sums=('2a5d90747d2d07e9a5a48b42c0e81e79677803f493c8bb8fc48388bd011da9b6')
 
 build() {
        cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pychess/-/commit/92d52fffa56f1fd72143d1d06a5adc161dea5d8d

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


Reply via email to