summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Pento2019-12-15 17:52:00 -0500
committerMike Pento2019-12-15 17:52:00 -0500
commit12c07136082840cedfa119d1b6998c34ce735efd (patch)
treed89f34dd7324a3b2fad4855cd5ab75e691dbe35d
parent23f39031fb262a1a30fe030a107a191f2e5a5fd5 (diff)
downloadaur-12c07136082840cedfa119d1b6998c34ce735efd.tar.gz
Updated to 4.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a84b9b4ff080..86eb4185c9a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = apache-poi
pkgdesc = A Java library for Microsoft Documents
- pkgver = 4.1.0
+ pkgver = 4.1.1
pkgrel = 1
url = http://poi.apache.org/
arch = any
license = APACHE
optdepends = java-runtime-common
- source = http://mirror.hosting90.cz/apache/poi/release/bin/poi-bin-4.1.0-20190412.tar.gz
- sha256sums = d8db4f8228d87935ca46b0af72db68ad83f45b31d885e67b089d195b5ee800bb
+ source = http://mirror.hosting90.cz/apache/poi/release/bin/poi-bin-4.1.1-20191023.tar.gz
+ sha256sums = 855f5cb602a1e68a11507147bb7d81eb9a6d6f7ff11535699221db068e2f290a
pkgname = apache-poi
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..35102dff97b2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.tar.gz
+*.tar.xz
+
+pkg
+src
diff --git a/PKGBUILD b/PKGBUILD
index 4d233c519151..07f6023fe448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=apache-poi
_srcname=poi-bin
-_srcdate=20190412
-pkgver=4.1.0
+_srcdate=20191023
+pkgver=4.1.1
pkgrel=1
pkgdesc="A Java library for Microsoft Documents"
arch=('any')
@@ -11,7 +11,7 @@ url="http://poi.apache.org/"
license=('APACHE')
optdepends=('java-runtime-common')
source=("http://mirror.hosting90.cz/apache/${_srcname:0:3}/release/${_srcname:4:6}/${_srcname}-${pkgver}-${_srcdate}.tar.gz")
-sha256sums=('d8db4f8228d87935ca46b0af72db68ad83f45b31d885e67b089d195b5ee800bb')
+sha256sums=('855f5cb602a1e68a11507147bb7d81eb9a6d6f7ff11535699221db068e2f290a')
package() {
mkdir -p "${pkgdir}/usr/share/java"