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

Gaetan Bisson bisson at archlinux.org
Tue Mar 22 19:02:24 UTC 2016


    Date: Tuesday, March 22, 2016 @ 20:02:24
  Author: bisson
Revision: 167928

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-22 18:36:32 UTC (rev 167927)
+++ PKGBUILD	2016-03-22 19:02:24 UTC (rev 167928)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.3
+pkgver=4.5.4
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='http://git.subsurface-divelog.org/'
@@ -11,7 +11,7 @@
 license=('LGPL')
 arch=('i686' 'x86_64')
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha1sums=('71d00cc1d10b6b4026922a44707b05c1aba76343')
+sha1sums=('fc9e7bee669b03475c2556797f640eea8fa7a3d0')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')
@@ -23,6 +23,7 @@
 	./configure \
 		--prefix=/usr \
 		--program-prefix=libdc- \
+		--disable-examples # chokes on dctool_parse for now
 
 	make
 }



More information about the arch-commits mailing list