summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')