Date: Saturday, June 20, 2020 @ 21:17:06 Author: arodseth Revision: 648654
upgpkg: pychess 1.0.2-1 Modified: pychess/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-20 19:03:03 UTC (rev 648653) +++ PKGBUILD 2020-06-20 21:17:06 UTC (rev 648654) @@ -3,11 +3,11 @@ # Contributor: Alexander Fehr <[email protected]> pkgname=pychess -pkgver=1.0.0 -pkgrel=4 +pkgver=1.0.2 +pkgrel=1 pkgdesc='Chess client' arch=(any) -url='http://pychess.org/' +url='https://github.com/pychess/pychess' license=(GPL) depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject python-ptyprocess python-psutil python-sqlalchemy python-pexpect @@ -15,7 +15,7 @@ # /usr/bin/spike is mistaken for a chess engine conflicts=(spike) makedepends=(git python-pexpect xorg-server-xvfb) -source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver") +source=("git+$url#commit=a89889efbeb6f7db9dd70ef7e0b1252de38472a2") # tag: 1.0.2 sha256sums=('SKIP') package() {
