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

Gaëtan Bisson bisson at archlinux.org
Sat Dec 30 14:02:59 UTC 2017


    Date: Saturday, December 30, 2017 @ 14:02:57
  Author: bisson
Revision: 277161

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-30 13:10:48 UTC (rev 277160)
+++ PKGBUILD	2017-12-30 14:02:57 UTC (rev 277161)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.7.5
+pkgver=4.7.6
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='https://github.com/Subsurface-divelog/libdc'
@@ -11,7 +11,7 @@
 license=('LGPL')
 arch=('x86_64')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha256sums=('9d485965e8c0e5d31f56ccbc6ebcd5c689d7db9ad6a34e1d3564f9c35eb54ff7')
+sha256sums=('571f2c730dc1b920526050aa9f69753987a774fb7f9951fb7ad222e510aaee0e')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')
@@ -18,7 +18,7 @@
 replaces=('libdivecomputer')
 
 build() {
-	cd "${srcdir}/${_pkgname}"
+	cd "${srcdir}/${_pkgname}-${pkgver}"
 	autoreconf --install
 	./configure --prefix=/usr
 	make
@@ -25,6 +25,6 @@
 }
 
 package() {
-	cd "${srcdir}/${_pkgname}"
+	cd "${srcdir}/${_pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list