mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:57:14 +08:00
libtommath: rebuild for libzip update
This commit is contained in:
parent
989cf0c0ca
commit
b0a20ac461
@ -1,16 +1,15 @@
|
||||
#Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
#Contributions from Arch: https://www.archlinux.org/packages/community/x86_64/libtommath/
|
||||
|
||||
pkgname=libtommath
|
||||
pkgver=0.42.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Highly optimized and portable routines for integer based number theoretic applications"
|
||||
url="http://www.libtom.org/"
|
||||
license=('custom')
|
||||
arch=('x86_64')
|
||||
source=("http://libtom.org/files/ltm-${pkgver}.tar.bz2"
|
||||
source=("https://github.com/libtom/libtommath/archive/v${pkgver}.tar.gz"
|
||||
'libtommath-0.42.0-makefile.patch')
|
||||
md5sums=('7380da904b020301be7045cb3a89039b'
|
||||
md5sums=('6e2a82a6073388e4d14d30e8eb0d4fe3'
|
||||
'd50c26fdc5aa87e6acfd4adc20557ff4')
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user