summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdb3babe5ad0..95fa77d952fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hamlib-git
pkgdesc = Ham radio equipment control libraries - GIT VER 4.x - NO INDI SUPPORT
pkgver = r9033.afabcfff
- pkgrel = 2
+ pkgrel = 3
url = http://hamlib.org
arch = i686
arch = x86_64
@@ -15,11 +15,13 @@ pkgbase = hamlib-git
makedepends = libtool
makedepends = pkg-config
makedepends = swig
+ makedepends = git
depends = perl
depends = python
depends = tcl
depends = lua
depends = libxml2
+ depends = libindi
depends = libusb-compat
depends = boost
provides = hamlib
diff --git a/PKGBUILD b/PKGBUILD
index d620111606dc..79b62315d928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,16 @@
pkgname=hamlib-git
pkgver=r9033.afabcfff
+#r9033.afabcfff
#r8655.d04f4b6b
-pkgrel=2
+pkgrel=3
pkgdesc="Ham radio equipment control libraries - GIT VER 4.x - NO INDI SUPPORT"
arch=('i686' 'x86_64' 'armv5h' 'armv6h' 'armv7h')
url="http://hamlib.org"
license=('GPL' 'LGPL')
-depends=('perl' 'python' 'tcl' 'lua' 'libxml2' \
+depends=('perl' 'python' 'tcl' 'lua' 'libxml2' 'libindi' \
'libusb-compat' 'boost')
-makedepends=('autoconf' 'automake' 'libtool' 'pkg-config' 'swig')
+makedepends=('autoconf' 'automake' 'libtool' 'pkg-config' 'swig' 'git')
provides=('hamlib' 'hamlib4')
conflicts=('hamlib' 'hamlib4')
options=('!emptydirs')
@@ -45,7 +46,7 @@ build() {
--with-tcl-binding \
--with-lua-binding \
--with-xml-support \
- --without-indi
+ --with-indi-support
make
}