summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorExcitable Snowball2021-08-15 15:58:56 -0700
committerExcitable Snowball2021-08-15 15:58:56 -0700
commitebf83730976c2806aefd9d932c4fa39e469b0be1 (patch)
treebdb1537bf6444aa048694012700a7efd51eb0720
parent2a51a779f5294ffcd0cfb009742bcd5408f6c588 (diff)
downloadaur-ebf83730976c2806aefd9d932c4fa39e469b0be1.tar.gz
4.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dea46cd6937..1e72021f5c20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = webplotdigitizer-bin
pkgdesc = Tool to extract numerical data from plot images
- pkgver = 4.4
+ pkgver = 4.5
pkgrel = 1
url = https://automeris.io/WebPlotDigitizer/
arch = x86_64
@@ -8,10 +8,9 @@ pkgbase = webplotdigitizer-bin
depends = gtk3
depends = libxss
depends = nss
- source = https://automeris.io/downloads/WebPlotDigitizer-4.4-linux-x64.zip
+ source = https://automeris.io/downloads/WebPlotDigitizer-4.5-linux-x64.zip
source = webplotdigitizer.desktop
- sha512sums = 1a1a5ad7f8241384e842092dd0c6d797102948d196113e3a1122f7250e8978150695c87216072e9db2320e4a1255729440fe8d39497a082d0a1cea1be0cf0f05
+ sha512sums = e3712c2ade930a39c82e1cd430e74b844742089f9f0e2a7e702b45472538d64e601d73890cd407146c155b33e02ed5d7832f20856a79d7981552bc3275bbe9ab
sha512sums = 043bf1361524d9cc1f89c7305adc9fae0327665431cf9dae4e66cb2de3679843b28c94a9f79bfc6459f5f9eb56a02e154321a6a1ba88824e6b19340627aff9ee
pkgname = webplotdigitizer-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index bd39ab2b32ac..76ff0bbcc32f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: robertfoster
pkgname=webplotdigitizer-bin
-pkgver=4.4
+pkgver=4.5
_name=WebPlotDigitizer-$pkgver
pkgrel=1
pkgdesc='Tool to extract numerical data from plot images'
@@ -12,7 +12,7 @@ license=('AGPL3')
depends=('gtk3' 'libxss' 'nss')
source=("https://automeris.io/downloads/${_name}-linux-x64.zip"
"${pkgname%%-bin}.desktop")
-sha512sums=('1a1a5ad7f8241384e842092dd0c6d797102948d196113e3a1122f7250e8978150695c87216072e9db2320e4a1255729440fe8d39497a082d0a1cea1be0cf0f05'
+sha512sums=('e3712c2ade930a39c82e1cd430e74b844742089f9f0e2a7e702b45472538d64e601d73890cd407146c155b33e02ed5d7832f20856a79d7981552bc3275bbe9ab'
'043bf1361524d9cc1f89c7305adc9fae0327665431cf9dae4e66cb2de3679843b28c94a9f79bfc6459f5f9eb56a02e154321a6a1ba88824e6b19340627aff9ee')
package() {