summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc25a6ae3d81..c000356a5a12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Bus <busfromrus@gmail.com>
pkgname=szsol-git
-pkgver=r40.f5ce930
+pkgver=r44.f73e8b7
pkgrel=1
pkgdesc="ncurses clone of Shenzhen Solitaire card game"
arch=('any')
@@ -23,5 +23,6 @@ build() {
package() {
install -Dm755 "$srcdir/szsol/szsol" "$pkgdir/usr/bin/szsol"
+ install -Dm755 "$srcdir/szsol/exasol" "$pkgdir/usr/bin/exasol"
install -Dm644 $srcdir/szsol/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}