Update archlinux PKGBUILD

This commit is contained in:
Loic Guegan 2023-05-03 08:58:59 +02:00
parent ab8ca08cb2
commit 15cc58bf5b

View file

@ -5,7 +5,7 @@
# Maintainer: Loic Guegan <loic.guegan@mailbox.org>
pkgname=ochess
pkgver=v0.0.1
pkgver=v0.0.2
pkgrel=1
epoch=
pkgdesc="Chess game analysis software written in c++"
@ -15,8 +15,8 @@ license=('GPLv3')
groups=()
depends=(wxwidgets-gtk3)
makedepends=(cmake wxwidgets-common)
source=("http://loicguegan.com/files/ochess-v0.0.1.tar.gz")
sha256sums=(91948602423da0042f26777a8573f16fa02124843b2fcb10e238c70ef6d32288) #generate with 'makepkg -g'
source=("http://loicguegan.com/files_/ochess-v0.0.2.tar.gz")
sha256sums=(fb23b73c1cefc9b4c13f1f610f30d95d47020d5388cf4ee40ce3605a5d39e25c) #generate with 'makepkg -g'
prepare() {
cd "$srcdir/$pkgname-$pkgver"
@ -31,7 +31,7 @@ build() {
}
package() {
cd "$srcdir/$pkgname-$pkgver"
cd "$srcdir/$pkgname-$pkgver"
cd build
install -Dm775 ochess "${pkgdir}/usr/bin/ochess"
}