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