mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/cln to 1.3.5-1
This commit is contained in:
parent
15865bbef2
commit
7703650115
1 changed files with 5 additions and 5 deletions
|
@ -6,16 +6,16 @@
|
|||
# - Removed building and installing pdf docs, it always fails.
|
||||
|
||||
pkgname=cln
|
||||
pkgver=1.3.4
|
||||
pkgrel=4
|
||||
pkgver=1.3.5
|
||||
pkgrel=1
|
||||
pkgdesc="Class library for numbers"
|
||||
arch=('x86_64')
|
||||
url="http://www.ginac.de/CLN/"
|
||||
url="https://www.ginac.de/CLN/"
|
||||
license=('GPL')
|
||||
depends=('gmp')
|
||||
makedepends=('texlive-core')
|
||||
source=(http://www.ginac.de/CLN/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('76f73071236ead72ba5c9ee892f29ca24e557b8c')
|
||||
source=(https://www.ginac.de/CLN/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('f32e0dc1e1f16598b0174fc82c8110ec090a8e1f')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue