mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/analitza to 17.08.2-1
This commit is contained in:
parent
6a7a0da0ec
commit
0aa8fec09a
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
# - patch to link against GLES for Linux
|
||||
|
||||
pkgname=analitza
|
||||
pkgver=17.08.1
|
||||
pkgver=17.08.2
|
||||
pkgrel=1
|
||||
pkgdesc="A library to add mathematical features to your program"
|
||||
url="https://edu.kde.org/"
|
||||
|
@ -17,7 +17,7 @@ depends=(qt5-svg qt5-declarative)
|
|||
makedepends=(extra-cmake-modules kdoctools python eigen qt5-tools)
|
||||
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
|
||||
'0001-Link-against-GLESv2-for-Linux.patch')
|
||||
sha256sums=('c4323767473402afd5da02c9357b4af8f16dd44aad419030f7693c716a849ecd'
|
||||
sha256sums=('63fed59a2aab31e3ba1bc7e1dc8c59acb2cade0f570442dc1c8d409da87f350b'
|
||||
'SKIP'
|
||||
'3bce76a8106ada89727a5f781441ce8af8c1d619230e25bbecb48aee5b7511d0')
|
||||
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
|
||||
|
@ -34,7 +34,7 @@ build() {
|
|||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DKDE_INSTALL_LIBDIR=lib
|
||||
-DCMAKE_INSTALL_LIBDIR=lib
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue