summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74fc247685ed..a46104d9ad45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = subsurface-git
pkgdesc = Divelog program
- pkgver = 20200613.56c6cd06c
- pkgrel = 1
+ pkgver = 20221119.f27ff6597
+ pkgrel = 2
url = https://subsurface-divelog.org/
arch = i686
arch = x86_64
@@ -16,17 +16,14 @@ pkgbase = subsurface-git
depends = sqlite
depends = libusb
depends = libgit2
+ depends = googlemaps
depends = subsurface-libdc-git
depends = qt5-svg
depends = qt5-location
depends = qt5-connectivity
- depends = qt5-webkit
- depends = grantlee
- depends = googlemaps
provides = subsurface
conflicts = subsurface
source = git+https://github.com/subsurface/subsurface
sha256sums = SKIP
pkgname = subsurface-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e6bbe7b36f83..0d98ff71325c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,20 @@
pkgname=subsurface-git
_pkgname=subsurface
-pkgver=20200613.56c6cd06c
-pkgrel=1
+pkgver=20221119.f27ff6597
+pkgrel=2
pkgdesc='Divelog program'
url='https://subsurface-divelog.org/'
license=('GPL2')
arch=('i686' 'x86_64')
makedepends=('git' 'cmake' 'asciidoc' 'qt5-tools')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc-git' 'qt5-svg' 'qt5-location'
- 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2' 'googlemaps'
+ 'subsurface-libdc-git' 'qt5-svg' 'qt5-location' 'qt5-connectivity')
source=('git+https://github.com/subsurface/subsurface')
sha256sums=('SKIP')
-# qt5-webkit still used for: printing, manual, facebook
+# No QtLocation in Qt6 yet...
+# https://bugreports.qt.io/browse/QTBUG-96795
provides=('subsurface')
conflicts=('subsurface')