summaryrefslogtreecommitdiffstats
path: root/tipp10/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tipp10/PKGBUILD')
-rw-r--r--tipp10/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/tipp10/PKGBUILD b/tipp10/PKGBUILD
index d37bd47..04ff601 100644
--- a/tipp10/PKGBUILD
+++ b/tipp10/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tipp10
pkgver=2.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="intelligent typing tutor (german only)"
arch=('i686' 'x86_64')
url="http://www.tipp10.de/"
license=('GPL2')
depends=('qt>=4.2.2')
makedepends=('unzip' 'make')
-source=(tipp10.desktop tipp10.png defines.h.patch \
+source=(tipp10.desktop tipp10.png defines.h.patch gcc-4.5.patch \
"http://www.tipp10.de/download_hidden/tipp10_source_v2-0-3.zip")
build() {
@@ -18,6 +18,7 @@ build() {
cd $srcdir/tipp10
patch -p0 < "$srcdir/defines.h.patch" || return 1
+ patch -p0 < "$srcdir/gcc-4.5.patch" || return 1
qmake
make || return 1
install -D tipp10 $pkgdir/usr/bin/tipp10
@@ -28,8 +29,10 @@ build() {
md5sums=('e0d6c26220396551386f91ce893e040c'
'ff788e726d357370df1e7c8b19d38fd4'
'ce67b64cb3a1d25119acd1a43804304d'
+ 'a9d388ddb17ae93f13acb915bc8eba57'
'bac29896ec992496f7e0aab992993004')
-sha256sums=('ed18e5cb625463595ca4d84c9e4576d42af407c31a29a76e2bc7a8538288d35d'
- '83c2574c3ba23b3344669bf15cbd618dfe8ddc3863bdfce1d70ba22200bd8ff0'
- '02e5791a64b4881d0edd87e28d1f161aba228ac77b1d657814c105c2c4eba88f'
- 'bf44edc1524b8dac07c0d501368411cc13e5c1a2a6ffb0d1b4d576ba1ad80fd5')
+sha1sums=('c0f9f6dab87ed2cc0557bd0bc29a102f8f4483b7'
+ '42cc902010030dcea92dd64053523e24028b2dae'
+ '340aa263721b9fc1df74a1cc828c990061c7d625'
+ '3eb601ab7c1d68d8c64e949e7e4f8a83b06a518e'
+ 'faf8c7799c934eaca83a0e077cf9ba458334680b')