[arch-commits] Commit in libnova/trunk (PKGBUILD)

Allan McRae allan at nymeria.archlinux.org
Sun Nov 17 06:51:48 UTC 2013


    Date: Sunday, November 17, 2013 @ 07:51:48
  Author: allan
Revision: 199815

upgpkg: libnova 0.15.0-1

remove static libraries, upstream update

Modified:
  libnova/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-17 05:38:51 UTC (rev 199814)
+++ PKGBUILD	2013-11-17 06:51:48 UTC (rev 199815)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski <tpowa at 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/"
@@ -10,12 +10,12 @@
 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
 }




More information about the arch-commits mailing list