mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/cantor to 16.12.1-1
This commit is contained in:
parent
91256d405c
commit
2c48711108
1 changed files with 5 additions and 11 deletions
|
@ -6,8 +6,8 @@
|
|||
# - drop julia make/optdepends, doesn't build on ARM
|
||||
|
||||
pkgname=cantor
|
||||
pkgver=16.12.0
|
||||
pkgrel=3
|
||||
pkgver=16.12.1
|
||||
pkgrel=1
|
||||
pkgdesc="KDE Frontend to Mathematical Software"
|
||||
url="http://kde.org/applications/education/cantor/"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -24,19 +24,13 @@ optdepends=('maxima: Maxima backend'
|
|||
'sagemath: SageMath backend')
|
||||
conflicts=('kdeedu-cantor')
|
||||
replaces=('kdeedu-cantor')
|
||||
source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz"{,.sig}
|
||||
cantor-python3.6.patch::"https://cgit.kde.org/cantor.git/patch/?id=2c67377")
|
||||
sha1sums=('58498ba930688dd948c9796e06998bde9ec5c160'
|
||||
'SKIP'
|
||||
'4778cda4f5289f0bd9ab1c7943c9e16c7f82197a')
|
||||
source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz"{,.sig})
|
||||
sha1sums=('1acb273d10288004173214415dcf1d0f160fe8a0'
|
||||
'SKIP')
|
||||
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid@kde.org>
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
||||
# Fix python3 backend build with python 3.6
|
||||
cd $pkgname-$pkgver
|
||||
patch -p1 -i ../cantor-python3.6.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue