mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/cln to 1.3.7-1
This commit is contained in:
parent
a8809ec988
commit
335d8009dd
2 changed files with 16 additions and 3 deletions
13
extra/cln/.SRCINFO
Normal file
13
extra/cln/.SRCINFO
Normal file
|
@ -0,0 +1,13 @@
|
|||
pkgbase = cln
|
||||
pkgdesc = Class library for numbers
|
||||
pkgver = 1.3.7
|
||||
pkgrel = 1
|
||||
url = https://www.ginac.de/CLN/
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = texlive-latex
|
||||
depends = gmp
|
||||
source = https://www.ginac.de/CLN/cln-1.3.7.tar.bz2
|
||||
sha256sums = 7c7ed8474958337e4df5bb57ea5176ad0365004cbb98b621765bc4606a10d86b
|
||||
|
||||
pkgname = cln
|
|
@ -7,8 +7,8 @@
|
|||
# - Removed building and installing pdf docs, it always fails.
|
||||
|
||||
pkgname=cln
|
||||
pkgver=1.3.6
|
||||
pkgrel=4
|
||||
pkgver=1.3.7
|
||||
pkgrel=1
|
||||
pkgdesc="Class library for numbers"
|
||||
arch=('x86_64')
|
||||
url="https://www.ginac.de/CLN/"
|
||||
|
@ -16,7 +16,7 @@ license=('GPL')
|
|||
depends=('gmp')
|
||||
makedepends=('texlive-latex')
|
||||
source=(https://www.ginac.de/CLN/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha256sums=('f492530e8879bda529009b6033e1923c8f4aae843149fc28c667c20b094d984a')
|
||||
sha256sums=('7c7ed8474958337e4df5bb57ea5176ad0365004cbb98b621765bc4606a10d86b')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue