summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2015-06-15 15:24:14 -1000
committerGaetan Bisson2015-06-15 15:24:14 -1000
commitf60777cd5700e64ae67245cecab56cfa8e9fc247 (patch)
tree49376b9d8e569427b31053530b94308f92564744
parent41a2eb0fe0af0315c5c35f7bedae81d76f9d8912 (diff)
downloadaur-f60777cd5700e64ae67245cecab56cfa8e9fc247.tar.gz
update, depend on testing subsurface-libdc branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bf3fb004322..0dcca7c61e3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = subsurface-git
pkgdesc = Divelog program
- pkgver = 20150607.d9801b6
+ pkgver = 20150615.c593dea
pkgrel = 1
url = http://subsurface-divelog.org/
install = install
@@ -16,7 +16,7 @@ pkgbase = subsurface-git
depends = sqlite
depends = libusb
depends = libgit2
- depends = subsurface-libdc
+ depends = subsurface-libdc-git
depends = subsurface-marble
provides = subsurface
conflicts = subsurface
diff --git a/PKGBUILD b/PKGBUILD
index 92b1165ae4c2..86785d6325cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=subsurface-git
_pkgname=subsurface
-pkgver=20150607.d9801b6
+pkgver=20150615.c593dea
pkgrel=1
pkgdesc='Divelog program'
url='http://subsurface-divelog.org/'
@@ -11,7 +11,7 @@ license=('GPL2')
arch=('i686' 'x86_64')
makedepends=('git' 'cmake' 'asciidoc')
depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble')
+ 'subsurface-libdc-git' 'subsurface-marble')
source=('git://git.subsurface-divelog.org/subsurface')
sha1sums=('SKIP')