summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rwxr-xr-xrun.sh (renamed from tabula)0
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2db9ead65132..4d0bc0bac946 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = tabula
pkgdesc = tool for liberating data tables trapped inside PDF files
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = http://tabula.technology/
arch = any
license = custom
depends = java-runtime
source = https://github.com/tabulapdf/tabula/releases/download/v1.0.1/tabula-jar-1.0.1.zip
source = https://github.com/tabulapdf/tabula/releases/download/v1.0.1/tabula-jar-1.0.1.zip.asc
- source = tabula
+ source = run.sh
md5sums = bfe483ead916ef1ddc00c6194822e5ad
md5sums = SKIP
md5sums = e8ac81e308cf729eacef453fc476e55c
diff --git a/PKGBUILD b/PKGBUILD
index 4a37391b987a..ee640efdd1ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guilhem Saurel <guilhem@saurel.me>
pkgname=tabula
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="tool for liberating data tables trapped inside PDF files"
arch=('any')
url="http://tabula.technology/"
@@ -9,7 +9,7 @@ license=('custom')
depends=('java-runtime')
source=(
"https://github.com/tabulapdf/$pkgname/releases/download/v$pkgver/$pkgname-jar-$pkgver.zip"{,.asc}
- "tabula"
+ "run.sh"
)
md5sums=('bfe483ead916ef1ddc00c6194822e5ad'
'SKIP'
diff --git a/tabula b/run.sh
index c2b1a2fd99f6..c2b1a2fd99f6 100755
--- a/tabula
+++ b/run.sh