summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiří Klimeš2018-04-25 15:16:44 +0200
committerJiří Klimeš2018-04-25 15:16:44 +0200
commitb13dd095a0fbdd77b831b36fb09c2e160c0b7b5a (patch)
tree6e4824c4c5d380d03b5ef23d976f62cb7f6fdba2
parent9598eba7faf9cbb0f2029556eb98a18b0d1a741b (diff)
downloadaur-b13dd095a0fbdd77b831b36fb09c2e160c0b7b5a.tar.gz
Add 'lsb-release' to makedepends
It is not vital for building the package on Arch Linux, nevertheless tecmake.mak calls lsb_release binary. So make the binary available to prevent errors like: make[1]: lsb_release: Command not found /bin/sh: lsb_release: command not found
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbb858fbb34e..fa0eaa06b91f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = libim
arch = i686
arch = x86_64
license = MIT
+ makedepends = lsb-release
makedepends = lua
makedepends = lua51
makedepends = lua52
diff --git a/PKGBUILD b/PKGBUILD
index 2e66219e9033..92a38e20ea48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=6
pkgdesc="Toolkit for digital imaging"
arch=('i686' 'x86_64')
url="http://www.tecgraf.puc-rio.br/im/"
-makedepends=('lua' 'lua51' 'lua52')
+makedepends=('lsb-release' 'lua' 'lua51' 'lua52')
license=('MIT')
source=(
"http://downloads.sourceforge.net/project/imtoolkit/${pkgver}/Docs%20and%20Sources/im-${pkgver}_Sources.tar.gz"