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

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


    Date: Friday, December 8, 2017 @ 04:52:42
  Author: bisson
Revision: 273223

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-08 04:52:17 UTC (rev 273222)
+++ PKGBUILD	2017-12-08 04:52:42 UTC (rev 273223)
@@ -1,36 +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.5
-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=('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}/libdc"
-	autoreconf --install
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	#cd "${srcdir}/${_pkgname}-${pkgver}"
-	cd "${srcdir}/libdc"
-	make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 273222, subsurface-libdc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-08 04:52:42 UTC (rev 273223)
@@ -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.7.5
+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=('9d485965e8c0e5d31f56ccbc6ebcd5c689d7db9ad6a34e1d3564f9c35eb54ff7')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+	cd "${srcdir}/${_pkgname}"
+	autoreconf --install
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list