summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e25182e0f979..2a575ba51cb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = libticables
arch = i686
arch = x86_64
license = GPL2
+ depends = libusb
+ depends = glib2
options = !libtool
source = http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.17/libticables2-1.3.4.tar.bz2
source = 69-libticables.rules
diff --git a/PKGBUILD b/PKGBUILD
index ee29cd0e2ed3..200108ec2e3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ arch=(i686 x86_64)
url=http://lpg.ticalc.org/prj_tilp/
license=(GPL2)
options=(!libtool)
+depends=(libusb glib2)
install=$pkgname.install
source=(http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.17/${pkgname}2-$pkgver.tar.bz2
69-$pkgname.rules)