summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Bus2021-11-13 01:01:02 +0700
committerAlexander Bus2021-11-13 01:01:02 +0700
commit1b2cce505bf15773dbe7f584df622f581577d8a4 (patch)
treec353fb464e4763f6a31adbe5b237c0059cec34db /PKGBUILD
parent3b5e5154f61289b259a4a3eac236d77d149eb5de (diff)
downloadaur-szsol-git.tar.gz
Now with 100% more kabusol
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c000356a5a12..eee73a82b233 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Alexander Bus <busfromrus@gmail.com>
pkgname=szsol-git
-pkgver=r44.f73e8b7
+pkgver=r52.c5965d8
pkgrel=1
-pkgdesc="ncurses clone of Shenzhen Solitaire card game"
+pkgdesc="ncurses clone of Shenzhen Solitaire, ПАСЬЯНС and Kabufuda Solitaire"
arch=('any')
url="https://github.com/usrshare/szsol"
license=('MIT')
@@ -24,5 +24,6 @@ build() {
package() {
install -Dm755 "$srcdir/szsol/szsol" "$pkgdir/usr/bin/szsol"
install -Dm755 "$srcdir/szsol/exasol" "$pkgdir/usr/bin/exasol"
+ install -Dm755 "$srcdir/szsol/kabusol" "$pkgdir/usr/bin/kabusol"
install -Dm644 $srcdir/szsol/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}