Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
chess-tui
Commits:
da72cbbf by Orhun Parmaksız at 2024-11-18T11:19:41+03:00
upgpkg: 1.4.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = chess-tui
pkgdesc = Play chess in your terminal
- pkgver = 1.2.1
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/thomas-mauran/chess-tui
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
- source =
chess-tui-1.2.1.tar.gz::https://github.com/thomas-mauran/chess-tui/archive/1.2.1.tar.gz
- sha512sums =
c4de17ec56aeb4e513be382eb7d58899a75dc32faa51053aa32e7cdaf10f9e77cc7b97a18da1d256a9e5c81fdaf9c23ce26f480ef954da5f8c88c5bfe87686a8
+ source =
chess-tui-1.4.0.tar.gz::https://github.com/thomas-mauran/chess-tui/archive/1.4.0.tar.gz
+ sha512sums =
ea84225faaa93930b75086bf7df8e41cff6c203a8b632884be8e4cb387b9fa80897fbc4e151c558ca757d50e19bd2e7e171d8b6604e4587afd136d134eb3d496
pkgname = chess-tui
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=chess-tui
-pkgver=1.2.1
+pkgver=1.4.0
pkgrel=1
pkgdesc="Play chess in your terminal"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('c4de17ec56aeb4e513be382eb7d58899a75dc32faa51053aa32e7cdaf10f9e77cc7b97a18da1d256a9e5c81fdaf9c23ce26f480ef954da5f8c88c5bfe87686a8')
+sha512sums=('ea84225faaa93930b75086bf7df8e41cff6c203a8b632884be8e4cb387b9fa80897fbc4e151c558ca757d50e19bd2e7e171d8b6604e4587afd136d134eb3d496')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chess-tui/-/commit/da72cbbfae06ed3908852d6f00f7115db199a63c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chess-tui/-/commit/da72cbbfae06ed3908852d6f00f7115db199a63c
You're receiving this email because of your account on gitlab.archlinux.org.