summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Straube2018-01-05 19:49:06 +0100
committerMichael Straube2018-01-05 19:49:06 +0100
commitba3446e1748629d65b466dc72279b9c0eafb663b (patch)
treeb95178b47024f95b9635ca24c1084ada4112f8d8 /PKGBUILD
parent3507e94e96657aa760a45f5365e1e3b530b52b0d (diff)
downloadaur-ba3446e1748629d65b466dc72279b9c0eafb663b.tar.gz
Fix compilation on 32-bit systems (backported)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4516e485df9..11d024bcd56e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=freedoko
pkgver=0.7.17
-pkgrel=1
+pkgrel=2
pkgdesc="Free implementation of the card game Doppelkopf"
arch=('i686' 'x86_64')
url="http://free-doko.sourceforge.net/en/FreeDoko.html"
@@ -11,13 +11,16 @@ license=('GPL')
depends=('gtkmm3' 'freealut')
makedepends=('asciidoc' 'texlive-latexextra' 'w3m' 'dos2unix' 'rsync')
source=("https://downloads.sourceforge.net/free-doko/FreeDoko_$pkgver.src.zip"
- "freedoko-archlinux.patch")
+ "freedoko-0.7.17-makefiles.patch"
+ "freedoko-0.7.17-i686.patch")
sha256sums=('db686536e479d3a3349dc7db1754f369d14cee02a60c9afddd004e017cf022e6'
- '7ff4bd0a374e744b619ad1c1175756c6cc35eb38df14ceb66ba8b2ff5c5acb3d')
+ '7ff4bd0a374e744b619ad1c1175756c6cc35eb38df14ceb66ba8b2ff5c5acb3d'
+ '93d2d91d4eab999e3889022cfd657858f80dbb254e45bc11fd19fddd04fe5b5e')
prepare() {
cd FreeDoko_$pkgver
- patch -p1 -i ../freedoko-archlinux.patch
+ patch -p1 -i ../freedoko-0.7.17-makefiles.patch
+ patch -p1 -i ../freedoko-0.7.17-i686.patch
}
build() {