[arch-commits] Commit in subsurface-libdc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Gaƫtan Bisson
bisson at archlinux.org
Sun Jun 21 08:16:21 UTC 2020
Date: Sunday, June 21, 2020 @ 08:16:20
Author: bisson
Revision: 648777
archrelease: copy trunk to community-x86_64
Added:
subsurface-libdc/repos/community-x86_64/PKGBUILD
(from rev 648776, subsurface-libdc/trunk/PKGBUILD)
Deleted:
subsurface-libdc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-21 08:16:08 UTC (rev 648776)
+++ PKGBUILD 2020-06-21 08:16:20 UTC (rev 648777)
@@ -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.9.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=('c26ed61ccea46aca4d3fdada0b5eba35f4b9b63bff336a2f744889f29fd6a67d')
-
-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 648776, subsurface-libdc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-21 08:16:20 UTC (rev 648777)
@@ -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.9.6
+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=('e9f1033e9963b5bfb77c45333773849abad5d915266081208c6565e085d65038')
+
+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