summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2015-10-14 16:56:48 -1000
committerGaetan Bisson2015-10-14 16:56:48 -1000
commitdaa90f31a1406b05336c8b51b615d6ee1a61eba8 (patch)
tree6e8164c3bb3a168ed3dd1f50d9a60266e39e4f0a
parent275ca0b4b22d133ac85827dc42a6b23526c50a95 (diff)
downloadaur-daa90f31a1406b05336c8b51b615d6ee1a61eba8.tar.gz
upstream update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7279a1e2159b..70a425efd6bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = subsurface-git
pkgdesc = Divelog program
- pkgver = 20150924.9d1c394
+ pkgver = 20151014.93b643d
pkgrel = 1
url = http://subsurface-divelog.org/
install = install
@@ -16,8 +16,8 @@ pkgbase = subsurface-git
depends = sqlite
depends = libusb
depends = libgit2
+ depends = subsurface-libdc
depends = subsurface-marble
- depends = subsurface-libdc-git
depends = qt5-connectivity
depends = grantlee-qt5
provides = subsurface
diff --git a/PKGBUILD b/PKGBUILD
index c6221cc2deab..c86a96390742 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=subsurface-git
_pkgname=subsurface
-pkgver=20150924.9d1c394
+pkgver=20151014.93b643d
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-marble' 'subsurface-libdc-git'
+ 'subsurface-libdc' 'subsurface-marble'
'qt5-connectivity' 'grantlee-qt5')
source=('git://git.subsurface-divelog.org/subsurface')
sha1sums=('SKIP')