summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 150f0e8b3f7f..1828f45a943e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
-# Generated by mksrcinfo v8
-# Tue Mar 29 22:08:46 UTC 2016
pkgbase = lxi-tools-git
pkgdesc = LXI Tools is a collection of software tools for controlling LXI instruments
- pkgver = r7.03bf830
+ pkgver = r333.b1f257a
pkgrel = 1
url = https://github.com/lxi/liblxi
arch = i686
arch = x86_64
license = BSD-3
depends = liblxi-git
+ depends = lua
provides = lxi-tools
conflicts = lxi-tools
source = lxi-tools-git::git+https://github.com/lxi/lxi-tools
diff --git a/PKGBUILD b/PKGBUILD
index ef433458f67d..f4240e81e3b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nick Østergaard <oe.nick at gmail dot com>
pkgname=lxi-tools-git
-pkgver=r7.03bf830
+pkgver=r333.b1f257a
pkgrel=1
pkgdesc="LXI Tools is a collection of software tools for controlling LXI instruments"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/lxi/liblxi"
license=('BSD-3')
provides=('lxi-tools')
conflicts=('lxi-tools')
-depends=('liblxi-git')
+depends=('liblxi-git' 'lua')
source=("$pkgname::git+https://github.com/lxi/lxi-tools")
md5sums=('SKIP')
@@ -21,7 +21,7 @@ build() {
cd "$srcdir/$pkgname"
./autogen.sh
- ./configure --prefix=/usr
+ ./configure --prefix=/usr
make
}