summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2022-02-22 10:00:24 -1000
committerGaetan Bisson2022-02-22 10:00:24 -1000
commite6915c4cbd916ec5835072a8f3fb1e9fafe3ccc3 (patch)
treeb28fc601893878be60a02f2fc5708c47d7444646
parentb0802b75dbcb2e2a46f8d7a20d5c3e649263518f (diff)
downloadaur-subsurface-libdc-git.tar.gz
enable additional transports
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c40046ea253..892b9fe91da0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = subsurface-libdc-git
pkgdesc = Library for communication with dive computers
- pkgver = 20200507.48e46cf
- pkgrel = 1
+ pkgver = 20220214.2794f96
+ pkgrel = 2
url = https://github.com/Subsurface-divelog/libdc
arch = x86_64
license = LGPL
makedepends = git
+ depends = bluez-libs
+ depends = libusb
provides = subsurface-libdc
conflicts = subsurface-libdc
source = git+https://github.com/subsurface/libdc#branch=Subsurface-DS9
sha256sums = SKIP
pkgname = subsurface-libdc-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 141bbd6656b1..4e91cd7f99c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=subsurface-libdc-git
_pkgname=libdc
-pkgver=20200507.48e46cf
-pkgrel=1
+pkgver=20220214.2794f96
+pkgrel=2
pkgdesc='Library for communication with dive computers'
url='https://github.com/Subsurface-divelog/libdc'
license=('LGPL')
@@ -13,6 +13,8 @@ source=('git+https://github.com/subsurface/libdc#branch=Subsurface-DS9')
sha256sums=('SKIP')
makedepends=('git')
+depends=('bluez-libs' 'libusb')
+
conflicts=('subsurface-libdc')
provides=('subsurface-libdc')