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

Gaëtan Bisson bisson at archlinux.org
Fri Dec 8 04:37:00 UTC 2017


    Date: Friday, December 8, 2017 @ 04:36:59
  Author: bisson
Revision: 273220

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-07 22:31:55 UTC (rev 273219)
+++ PKGBUILD	2017-12-08 04:36:59 UTC (rev 273220)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.7.4
+pkgver=4.7.5
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='https://github.com/Subsurface-divelog/libdc'
@@ -11,23 +11,26 @@
 license=('LGPL')
 arch=('x86_64')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha256sums=('3c07403f612ced084147de86b56b7e35a0c65da12f23e851e8a020c168537945')
+sha256sums=('9d1d9cb6400ee03613350f5bd917e55f6370e5bad8b4ae99c306e47ff4f0456f')
 
+source=("git+https://github.com/Subsurface-divelog/libdc#commit=db70c581a621814feb881494c890ae8a49da709a")
+sha256sums=('SKIP')
+makedepends=('git')
+
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')
 replaces=('libdivecomputer')
 
 build() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
+	#cd "${srcdir}/${_pkgname}-${pkgver}"
+	cd "${srcdir}/libdc"
 	autoreconf --install
-	./configure \
-		--prefix=/usr \
-		--program-prefix=libdc- \
-
+	./configure --prefix=/usr
 	make
 }
 
 package() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
+	#cd "${srcdir}/${_pkgname}-${pkgver}"
+	cd "${srcdir}/libdc"
 	make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list