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

Gaetan Bisson bisson at archlinux.org
Mon Apr 11 18:40:34 UTC 2016


    Date: Monday, April 11, 2016 @ 20:40:34
  Author: bisson
Revision: 170535

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-11 17:39:16 UTC (rev 170534)
+++ PKGBUILD	2016-04-11 18:40:34 UTC (rev 170535)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.4
+pkgver=4.5.5
 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=('fc9e7bee669b03475c2556797f640eea8fa7a3d0')
+sha1sums=('921c92d4aa245c95b96a35decee64165a656b583')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')
@@ -23,7 +23,6 @@
 	./configure \
 		--prefix=/usr \
 		--program-prefix=libdc- \
-		--disable-examples # chokes on dctool_parse for now
 
 	make
 }



More information about the arch-commits mailing list