summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9d2b0d3d4d5..207ff86556ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = libinklevel
arch = x86_64
license = GPL
depends = libusb
+ depends = libxml2
+ depends = glibc
provides = libinklevel.so=5-64
source = libinklevel-0.9.5.tar.gz::https://downloads.sourceforge.net/libinklevel/libinklevel-0.9.5.tar.gz
sha256sums = 3e889cf7e3400524f514084775d653eeae0b1b7320f28741a343cbc95d7c980a
diff --git a/PKGBUILD b/PKGBUILD
index 33f1d28d0219..b73b7a2527b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="A library for checking the ink level of your printer"
arch=('i686' 'x86_64')
url="http://libinklevel.sourceforge.net/"
license=('GPL')
-depends=('libusb')
+depends=('libusb' 'libxml2' 'glibc')
provides=('libinklevel.so=5-64')
source=("$pkgname-$pkgver.tar.gz::https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('3e889cf7e3400524f514084775d653eeae0b1b7320f28741a343cbc95d7c980a')