summaryrefslogtreecommitdiff
path: root/extra/libnova/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libnova/PKGBUILD')
-rw-r--r--extra/libnova/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libnova/PKGBUILD b/extra/libnova/PKGBUILD
index 19cb34e0a..f9c207da5 100644
--- a/extra/libnova/PKGBUILD
+++ b/extra/libnova/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 198210 2013-10-30 13:28:34Z allan $
+# $Id: PKGBUILD 199819 2013-11-17 07:04:35Z allan $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=libnova
-pkgver=0.14.0
+pkgver=0.15.0
pkgrel=1
pkgdesc="A general purpose, double precision, celestial mechanics, astrometry and astrodynamics library."
url="http://libnova.sourceforge.net/"
license=('GPL2')
arch=('i686' 'x86_64')
depends=('glibc')
-makedepends=('pkgconfig')
source=(http://downloads.sourceforge.net/sourceforge/libnova/$pkgname-$pkgver.tar.gz)
-sha1sums=('4ea7034a907d0578646b0d12fc4a095de8b23f51')
+sha1sums=('4b8d04cfca0be8d49c1ef7c3607d405a7a8b167d')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
+ autoreconf -i
./configure --prefix=/usr
make
}