summaryrefslogtreecommitdiff
path: root/extra/gts/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gts/PKGBUILD')
-rw-r--r--extra/gts/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gts/PKGBUILD b/extra/gts/PKGBUILD
index 57d38d906..bd56d00dc 100644
--- a/extra/gts/PKGBUILD
+++ b/extra/gts/PKGBUILD
@@ -1,5 +1,4 @@
-# $Id: PKGBUILD 143014 2011-11-20 23:59:13Z bisson $
-
+# $Id: PKGBUILD 188503 2013-06-15 04:44:21Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Thomas Dziedzic <gostrc at gmail>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
@@ -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 @@ arch=('i686' 'x86_64')
depends=('glib2')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha1sums=('000720bebecf0b153eb28260bd30fbd979dcc040')
+
options=('!libtool')
build() {