mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/kdegames-ksirk to 16.12.0-1
This commit is contained in:
parent
18e0bebdf1
commit
892996b3ba
1 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
# - patch from Fedora to fix FTBFS on ARM
|
||||
|
||||
pkgname=kdegames-ksirk
|
||||
pkgver=16.08.3
|
||||
pkgver=16.12.0
|
||||
pkgrel=1
|
||||
pkgdesc="A computerized version of a well known strategy game"
|
||||
url="http://kde.org/applications/games/ksirk/"
|
||||
|
@ -15,10 +15,12 @@ license=('GPL' 'LGPL' 'FDL')
|
|||
groups=('kde-applications' 'kdegames')
|
||||
depends=('kdebase-runtime' 'libkdegames4')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
source=("http://download.kde.org/stable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz"
|
||||
source=("http://download.kde.org/stable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz"{,.sig}
|
||||
'ksirk-15.12.1-iris_base64.patch')
|
||||
sha1sums=('d1330154a30e826f8a6e437bcea87fb5b2e23890'
|
||||
sha1sums=('bca4aecd268182fe2a2fe25f6b2d2ea2361158a1'
|
||||
'SKIP'
|
||||
'78dbd3d4e70d2afb917ba86a6254a775de2bc2dd')
|
||||
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid@kde.org>
|
||||
|
||||
prepare() {
|
||||
patch -d ksirk-${pkgver} -p1 -i ../ksirk-15.12.1-iris_base64.patch
|
||||
|
|
Loading…
Reference in a new issue