summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Mehani2017-04-09 20:30:17 +1000
committerOlivier Mehani2017-04-09 20:30:44 +1000
commit0c18f5a0e14ce06d939e8763aa7fc2f51530151c (patch)
treef0040714a279e4c71a77c3cc29053787925a2a08
parent29fb3d76d754a74a6a82848db008a5b467f279c2 (diff)
downloadaur-linbox-converter-client.tar.gz
Fix PKGBUILD
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31a822175dfc..091545461e53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,9 @@ pkgbase = linbox-converter-client
pkgdesc = Linbox (Microsoft Office documents to PDF) Converter commandline client
pkgver = 1.0.3
pkgrel = 2
- url = http://www.linbox.com/converter
+ url = http://adullact.net/projects/lbx-converter/
install = linbox-converter-client.install
+ arch = any
depends = python
depends = tk
backup = etc/lbx-converter.conf
diff --git a/PKGBUILD b/PKGBUILD
index c955a93c78d7..44dfcb2f8b59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@ pkgname=linbox-converter-client
pkgver=1.0.3
pkgrel=2
pkgdesc="Linbox (Microsoft Office documents to PDF) Converter commandline client"
-url="http://www.linbox.com/converter"
+url="http://adullact.net/projects/lbx-converter/"
+arch=('any')
depends=('python' 'tk')
source=(http://adullact.net/frs/download.php/468/linbox-converter-${pkgver}.tar.gz)
md5sums=('ab5f4f96d723cf6e86da82764beb8eaf')
backup=('etc/lbx-converter.conf')
-install=('linbox-converter-client.install')
+install='linbox-converter-client.install'
-build() {
+package() {
cd ${startdir}/src/linbox-converter-${pkgver}/client
install -m 0755 -d ${startdir}/pkg/etc