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

Alexander Rødseth arodseth at archlinux.org
Fri Dec 21 08:49:37 UTC 2018


    Date: Friday, December 21, 2018 @ 08:49:37
  Author: arodseth
Revision: 417075

upgpkg: ode 0.16-1

Modified:
  ode/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-21 08:43:29 UTC (rev 417074)
+++ PKGBUILD	2018-12-21 08:49:37 UTC (rev 417075)
@@ -1,27 +1,28 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Adam Griffiths <adam_griffithsAATTdart.net.au>
 
 pkgname=ode
-pkgver=0.15.2
-pkgrel=2
+pkgver=0.16
+pkgrel=1
 pkgdesc='High performance library for simulating rigid body dynamics'
 arch=('x86_64')
 url='https://bitbucket.org/odedevs/ode/'
-license=('LGPL' 'BSD')
+license=('BSD' 'LGPL')
 source=("https://bitbucket.org/odedevs/$pkgname/downloads/$pkgname-$pkgver.tar.gz")
-sha256sums=('2eaebb9f8b7642815e46227956ca223806f666acd11e31708bd030028cf72bac')
+sha256sums=('4ba3b76f9c1314160de483b3db92b0569242a07452cbb25b368e75deb3cabf27')
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./bootstrap
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   export CXXFLAGS='-w -Ofast -fpermissive'
+
   ./configure \
     --prefix=/usr \
     --enable-shared \
@@ -33,7 +34,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   DESTDIR="$pkgdir" make install
 
@@ -42,5 +43,5 @@
   install -Dm644 libccd/BSD-LICENSE "$pkgdir/usr/share/licenses/$pkgname/BSD-LICENSE"
 }
 
-# getver: bitbucket.org/odedevs/ode/downloads/?tab=tags
+# getver: bitbucket.org/odedevs/ode/raw/tip/configure.ac
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list