summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2015-07-13 17:24:26 -1000
committerGaetan Bisson2015-07-13 17:24:26 -1000
commitd6919f8fb85b3402228b837a33a79d64720c5f3b (patch)
tree7e667cc11548351fde3baf19bf5e81d495b0b3c9
parent9544d3cfb6dab612cb52222608cb173d0ab1248a (diff)
downloadaur-d6919f8fb85b3402228b837a33a79d64720c5f3b.tar.gz
upstream update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecd10c9e52c3..837c255b1594 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = subsurface-libdc-git
pkgdesc = Library for communication with dive computers
- pkgver = 20150614.692377e
+ pkgver = 20150710.dfe59b0
pkgrel = 1
url = http://git.subsurface-divelog.org/
arch = i686
arch = x86_64
license = LGPL
makedepends = git
+ depends = libusb
provides = subsurface-libdc
conflicts = subsurface-libdc
source = git://git.subsurface-divelog.org/libdc#branch=Subsurface-testing
diff --git a/PKGBUILD b/PKGBUILD
index fa3a38a69b3d..f72af3c6e3f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=subsurface-libdc-git
_pkgname=libdc
-pkgver=20150706.c164cfb
+pkgver=20150710.dfe59b0
pkgrel=1
pkgdesc='Library for communication with dive computers'
url='http://git.subsurface-divelog.org/'
license=('LGPL')
arch=('i686' 'x86_64')
+depends=('libusb')
makedepends=('git')
source=('git://git.subsurface-divelog.org/libdc#branch=Subsurface-testing')
sha1sums=('SKIP')