[arch-commits] Commit in subsurface-libdc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Fri Jun 29 20:23:05 UTC 2018


    Date: Friday, June 29, 2018 @ 20:23:05
  Author: bisson
Revision: 347776

archrelease: copy trunk to community-x86_64

Added:
  subsurface-libdc/repos/community-x86_64/PKGBUILD
    (from rev 347775, subsurface-libdc/trunk/PKGBUILD)
Deleted:
  subsurface-libdc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-29 20:22:42 UTC (rev 347775)
+++ PKGBUILD	2018-06-29 20:23:05 UTC (rev 347776)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.7.8
-pkgrel=2
-pkgdesc='Library for communication with dive computers'
-url='https://github.com/Subsurface-divelog/libdc'
-license=('LGPL')
-arch=('x86_64')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha256sums=('3ec4d68061f8a4ad988b2cefaadf1ea8f1a82adf84f146b9638185851180cdbe')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	autoreconf --install
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 347775, subsurface-libdc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-29 20:23:05 UTC (rev 347776)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.8.0
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='https://github.com/Subsurface-divelog/libdc'
+license=('LGPL')
+arch=('x86_64')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha256sums=('f9b157b737b055255541f969ddffce9e6a27f56ddd488573f2f50478a677da99')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	autoreconf --install
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list