[arch-commits] Commit in subsurface-libdc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Thu Jan 24 18:17:27 UTC 2019
Date: Thursday, January 24, 2019 @ 18:17:26
Author: bisson
Revision: 427565
archrelease: copy trunk to community-x86_64
Added:
subsurface-libdc/repos/community-x86_64/PKGBUILD
(from rev 427564, subsurface-libdc/trunk/PKGBUILD)
Deleted:
subsurface-libdc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-24 18:17:08 UTC (rev 427564)
+++ PKGBUILD 2019-01-24 18:17:26 UTC (rev 427565)
@@ -1,33 +0,0 @@
-# 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.4
-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=('a23a92d25e4f1c4d079647154bf0b93482640b34310ea40844ac4cbc86a98d4c')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-prepare() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- autoreconf --install
-}
-
-build() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 427564, subsurface-libdc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-24 18:17:26 UTC (rev 427565)
@@ -0,0 +1,33 @@
+# 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.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=('d45da439f2e5492e9a4455f3ec78a2725cb696565bd9e81f33c26c403eacc4e7')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+prepare() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ autoreconf --install
+}
+
+build() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list