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