summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Egeberg2018-09-14 15:08:34 +0200
committerDaniel Egeberg2018-09-14 15:08:34 +0200
commit87441a2be319679679003d653e6770392f96cbca (patch)
treeb5a1d22c34290d92190af245d34b01418b75e919
parent435edae8c52436a89db866a301b388178262ec20 (diff)
downloadaur-qt5-pmp-location.tar.gz
Remove makedepends for gypsy
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67725b8f9848..1be334bf1e6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Aug 26 15:03:51 UTC 2018
+# Fri Sep 14 12:50:15 UTC 2018
pkgbase = qt5-pmp-location
pkgdesc = Provides access to position, satellite and area monitoring classes (for plex-media-player)
pkgver = 5.9.5
- pkgrel = 1
+ pkgrel = 2
url = http://qt-project.org/
arch = x86_64
groups = qt5-pmp
@@ -11,10 +11,8 @@ pkgbase = qt5-pmp-location
license = LGPL3
license = FDL
license = custom
- makedepends = gypsy
makedepends = gconf
depends = qt5-pmp-declarative
- optdepends = gypsy: Gypsy geolocation plugin
source = http://download.qt.io/official_releases/qt/5.9/5.9.5/submodules/qtlocation-opensource-src-5.9.5.tar.xz
sha256sums = 41f0390e1709140e3590bed434e63ec00406fac2051529c400c756acbb70a80e
diff --git a/PKGBUILD b/PKGBUILD
index 00b5719c344e..af847c6da285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,13 @@
pkgname=qt5-pmp-location
_qtver=5.9.5
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
pkgdesc='Provides access to position, satellite and area monitoring classes (for plex-media-player)'
depends=('qt5-pmp-declarative')
-makedepends=('gypsy' 'gconf')
-optdepends=('gypsy: Gypsy geolocation plugin')
+makedepends=('gconf')
groups=('qt5-pmp')
_pkgfqn="${pkgname/5-pmp-/}-opensource-src-${_qtver}"
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")