summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90a8f1e0acd6..e7fbd422da75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = qmapshack-git
pkgdesc = Plan your next outdoor trip
pkgver = 1.16.1.r11.g2bf08eb5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Maproom/qmapshack/wiki
arch = x86_64
license = GPL3
makedepends = cmake
makedepends = git
depends = alglib
+ depends = dav1d
depends = gdal
depends = proj
depends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index e74419c3fedf..ec6ccc138667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname='qmapshack-git'
pkgver=1.16.1.r11.g2bf08eb5
-pkgrel=1
+pkgrel=2
pkgdesc='Plan your next outdoor trip'
arch=('x86_64')
url='https://github.com/Maproom/qmapshack/wiki'
license=('GPL3')
-depends=('alglib' 'gdal' 'proj' 'qt5-tools' 'qt5-webengine' 'quazip' 'routino>=3.1')
+depends=('alglib' 'dav1d' 'gdal' 'proj' 'qt5-tools' 'qt5-webengine' 'quazip' 'routino>=3.1')
makedepends=('cmake' 'git')
conflicts=('qmapshack')
provides=('qmapshack')