[arch-commits] Commit in subsurface-libdc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Mon Nov 13 06:44:38 UTC 2017
Date: Monday, November 13, 2017 @ 06:44:35
Author: bisson
Revision: 266707
archrelease: copy trunk to community-x86_64
Added:
subsurface-libdc/repos/community-x86_64/PKGBUILD
(from rev 266706, subsurface-libdc/trunk/PKGBUILD)
Deleted:
subsurface-libdc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-13 06:44:02 UTC (rev 266706)
+++ PKGBUILD 2017-11-13 06:44:35 UTC (rev 266707)
@@ -1,33 +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.2
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='https://github.com/Subsurface-divelog/libdc'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha256sums=('59947928a3b4f0ab0321fa3b51fdab0339b0d94c65d00926b76e05b5216c8a13')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- autoreconf --install
- ./configure \
- --prefix=/usr \
- --program-prefix=libdc- \
-
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 266706, subsurface-libdc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-13 06:44:35 UTC (rev 266707)
@@ -0,0 +1,33 @@
+# $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.4
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='https://github.com/Subsurface-divelog/libdc'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha256sums=('3c07403f612ced084147de86b56b7e35a0c65da12f23e851e8a020c168537945')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ autoreconf --install
+ ./configure \
+ --prefix=/usr \
+ --program-prefix=libdc- \
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list