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 64357e128676..4e999f202962 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = libindi-gpsd
pkgdesc = 3rd party drivers for INDI: GPSD
pkgver = 1.8.5
- pkgrel = 3
+ pkgrel = 4
url = http://www.indilib.org/index.php?title=Main_Page
arch = i686
arch = x86_64
license = GPL2
makedepends = cmake
depends = libindi=1.8.5
+ depends = gpsd
source = https://github.com/indilib/indi-3rdparty/archive/v1.8.5.tar.gz
source = gpsd-api-v10-fix.diff
sha256sums = acbddca69c25b2c46ebc0982e8dbbf4912a43f6a4b45d46b007deab8805caed8
diff --git a/PKGBUILD b/PKGBUILD
index d8457ccd28c8..d0c31df502e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=libindi-gpsd
pkgver=1.8.5
-pkgrel=3
+pkgrel=4
pkgdesc="3rd party drivers for INDI: GPSD"
url="http://www.indilib.org/index.php?title=Main_Page"
license=(GPL2)
arch=(i686 x86_64)
-depends=(libindi=${pkgver})
+depends=(libindi=${pkgver} gpsd)
makedepends=(cmake)
source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz" "gpsd-api-v10-fix.diff")
sha256sums=("acbddca69c25b2c46ebc0982e8dbbf4912a43f6a4b45d46b007deab8805caed8" "9fbaf514fa4389ab494978d5e2f12783b63179ae4eda88e4865a772cd90a42ec")