summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--ace14_fixes.patch13
3 files changed, 18 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4f71f9c19c0..53fbe21e5ef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ace-of-penguins
pkgdesc = A set of Unix/X solitaire games.
pkgver = 1.4
- pkgrel = 4
+ pkgrel = 5
url = https://www.delorie.com/store/ace/
arch = i686
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = ace-of-penguins
source = taipei-editor.desktop
source = thornq.desktop
md5sums = b80169fa59d69758bb9686f31a84ad2b
- md5sums = 0175e6cb3e51b71e4ad242aaf9d97086
+ md5sums = 9a95690a7f04cce7009373c06c898812
md5sums = 10589ed7a16e62f128daf627aed08800
md5sums = 05f94f8737b2b5993c3d7b4acaea94a0
md5sums = 1cea6b83041c42061145776507aea602
diff --git a/PKGBUILD b/PKGBUILD
index 39ed4a757226..c7ceb9fd34fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=ace-of-penguins
_pkgname=ace
pkgver=1.4
-pkgrel=4
+pkgrel=5
pkgdesc="A set of Unix/X solitaire games."
arch=('i686' 'x86_64' 'aarch64')
url="https://www.delorie.com/store/ace/"
@@ -15,7 +15,7 @@ depends=('libx11' 'libxpm' 'libpng' 'zlib')
optdepends=('xorg-fonts-100dpi: help support')
source=("https://www.delorie.com/store/ace/$_pkgname-$pkgver.tar.gz"
"ace14_fixes.patch"
- "canfield.desktop"
+ "canfield.desktop"
"freecell.desktop"
"golf.desktop"
"mastermind.desktop"
@@ -30,7 +30,7 @@ source=("https://www.delorie.com/store/ace/$_pkgname-$pkgver.tar.gz"
"thornq.desktop"
)
md5sums=('b80169fa59d69758bb9686f31a84ad2b'
- '0175e6cb3e51b71e4ad242aaf9d97086'
+ '9a95690a7f04cce7009373c06c898812'
'10589ed7a16e62f128daf627aed08800'
'05f94f8737b2b5993c3d7b4acaea94a0'
'1cea6b83041c42061145776507aea602'
diff --git a/ace14_fixes.patch b/ace14_fixes.patch
index 74f87a5bbcf5..8e7ee39b6f98 100644
--- a/ace14_fixes.patch
+++ b/ace14_fixes.patch
@@ -65,3 +65,16 @@
Display *display=0;
int screen=0;
+--- ace-1.4/config.guess 2012-03-24 19:00:49.000000000 +0100
++++ ace14/config.guess 2021-07-05 11:02:16.685843793 +0200
+@@ -882,6 +882,9 @@
+ echo ${UNAME_MACHINE}-unknown-linux-gnueabi
+ fi
+ exit ;;
++ aarch64*:Linux:*:*)
++ echo ${UNAME_MACHINE}-unknown-linux-gnu
++ exit ;;
+ avr32*:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
+