summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsteban Blanc2023-11-30 14:57:12 +0000
committerEsteban Blanc2023-11-30 14:57:12 +0000
commit59d06c9e513cc3c129f2e41e8eed872c087e1270 (patch)
tree32037fc4b273932eee90cd63aacdf03164cc70a6
parentc4f790ed954410d1ff3864c47ca4737fa2e15c1a (diff)
downloadaur-iio-oscilloscope-git.tar.gz
update dependencies
Signed-off-by: Esteban Blanc <eblanc@baylibre.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf4252b6b9b3..fb6caa2ff0a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iio-oscilloscope-git
pkgdesc = A GTK+ based oscilloscope application for interfacing with various IIO devices
- pkgver = v0.16.r35.584eccca3f72
+ pkgver = v0.16.r38.1925e45786a6
pkgrel = 1
url = https://github.com/analogdevicesinc/iio-oscilloscope
arch = i686
@@ -21,8 +21,9 @@ pkgbase = iio-oscilloscope-git
depends = curl
depends = jansson
depends = libaio
+ depends = libiio
depends = ncurses
- depends = libad9361-iio
+ depends = libad9361
provides = iio-oscilloscope
conflicts = iio-oscilloscope
source = git+https://github.com/analogdevicesinc/iio-oscilloscope.git
diff --git a/PKGBUILD b/PKGBUILD
index 7375d7872db7..8b74b3fc505f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Dana Sorensen <dana.r.sorensen@gmail.com>
pkgname=iio-oscilloscope-git
-pkgver=v0.16.r35.584eccca3f72
+pkgver=v0.16.r38.1925e45786a6
pkgrel=1
pkgdesc="A GTK+ based oscilloscope application for interfacing with various IIO devices"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/analogdevicesinc/iio-oscilloscope"
license=('GPL2')
-depends=('gtk2' 'gtkdatabox' 'libmatio' 'fftw' 'libxml2' 'bison' 'flex' 'avahi' 'curl' 'jansson' 'libaio' 'ncurses' 'libad9361-iio')
+depends=('gtk2' 'gtkdatabox' 'libmatio' 'fftw' 'libxml2' 'bison' 'flex' 'avahi' 'curl' 'jansson' 'libaio' 'libiio' 'ncurses' 'libad9361')
makedepends=('git' 'cmake')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")