Date: Saturday, June 15, 2013 @ 06:43:49 Author: bisson Revision: 188502
free rebuild Modified: gts/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-15 04:42:48 UTC (rev 188501) +++ PKGBUILD 2013-06-15 04:43:49 UTC (rev 188502) @@ -1,5 +1,4 @@ # $Id$ - # Maintainer: Gaetan Bisson <[email protected]> # Contributor: Thomas Dziedzic <gostrc at gmail> # Contributor: Juergen Hoetzel <[email protected]> @@ -7,7 +6,7 @@ pkgname=gts pkgver=0.7.6 -pkgrel=2 +pkgrel=3 pkgdesc='Provides useful functions to deal with 3D surfaces meshed with interconnected triangles' url='http://gts.sourceforge.net/' license=('LGPL') @@ -15,6 +14,7 @@ depends=('glib2') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") sha1sums=('000720bebecf0b153eb28260bd30fbd979dcc040') + options=('!libtool') build() {
