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

Gaëtan Bisson bisson at archlinux.org
Tue Sep 18 03:36:22 UTC 2018


    Date: Tuesday, September 18, 2018 @ 03:36:21
  Author: bisson
Revision: 382876

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-18 03:35:17 UTC (rev 382875)
+++ PKGBUILD	2018-09-18 03:36:21 UTC (rev 382876)
@@ -3,7 +3,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='https://github.com/Subsurface-divelog/libdc'
@@ -10,15 +10,19 @@
 license=('LGPL')
 arch=('x86_64')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha256sums=('7e4bc836150cd82378d2a8b2a42d1e44dbac98d4aa69b6cf6e54a6eb1e02dff4')
+sha256sums=('1ca4801e26768af9bb41363bc17971e249d7717be4143669ac2baa9c8a55f898')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')
 replaces=('libdivecomputer')
 
+prepare() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	autoreconf --install
+}
+
 build() {
 	cd "${srcdir}/${_pkgname}-${pkgver}"
-	autoreconf --install
 	./configure --prefix=/usr
 	make
 }



More information about the arch-commits mailing list