summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorExcitable Snowball2020-07-07 04:05:13 -0700
committerExcitable Snowball2020-07-07 04:05:13 -0700
commitbb23ccdda5ed617c62b66c5870f3dc3a5c97e715 (patch)
tree740a4fa41e264694ed46569dce0e44b4f2b02ede
parent0588ce5339226355bf161232f1f4c9c1c4ebd676 (diff)
downloadaur-bb23ccdda5ed617c62b66c5870f3dc3a5c97e715.tar.gz
4.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92ece8526439..d7e08d7c650e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = webplotdigitizer-bin
pkgdesc = Tool to extract numerical data from plot images
- pkgver = 4.2
+ pkgver = 4.3
pkgrel = 3
url = https://automeris.io/WebPlotDigitizer/
arch = x86_64
@@ -8,12 +8,10 @@ pkgbase = webplotdigitizer-bin
depends = gtk3
depends = libxss
depends = nss
- source = https://automeris.io/downloads/WebPlotDigitizer-4.2-linux-x64.zip
+ source = https://automeris.io/downloads/WebPlotDigitizer-4.3-linux-x64.zip
source = webplotdigitizer.desktop
- md5sums = 0a903a3ed00cf2d3729d09f13d86101c
- md5sums = bbb5539842f94b8e986ba31c5f564003
- sha256sums = fab2621c808b95fce6ffd7a120b156694370193d58fdc0118c4e23d418cf2d29
- sha256sums = 30ddc4aef0b82c9b22dc9aeb9dbacd7cf3dd60cd1805cdc9db01da3db9a1ceef
+ sha512sums = 31b8f1da0d101157e771a85a38c64bc1369d6278915d6d4dff2551ad86486767ff18a6c68c0cddd120e6a3e1b4d57a51f053beb823f2b9474ee4659b4ae14e19
+ sha512sums = 043bf1361524d9cc1f89c7305adc9fae0327665431cf9dae4e66cb2de3679843b28c94a9f79bfc6459f5f9eb56a02e154321a6a1ba88824e6b19340627aff9ee
pkgname = webplotdigitizer-bin
diff --git a/PKGBUILD b/PKGBUILD
index f3c89bf3f83e..0c3af78dd4df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: robertfoster
pkgname=webplotdigitizer-bin
-pkgver=4.2
+pkgver=4.3
_name=WebPlotDigitizer-$pkgver
pkgrel=3
pkgdesc='Tool to extract numerical data from plot images'
@@ -12,10 +12,8 @@ license=('AGPL3')
depends=('gtk3' 'libxss' 'nss')
source=("https://automeris.io/downloads/${_name}-linux-x64.zip"
"${pkgname%%-bin}.desktop")
-md5sums=('0a903a3ed00cf2d3729d09f13d86101c'
- 'bbb5539842f94b8e986ba31c5f564003')
-sha256sums=('fab2621c808b95fce6ffd7a120b156694370193d58fdc0118c4e23d418cf2d29'
- '30ddc4aef0b82c9b22dc9aeb9dbacd7cf3dd60cd1805cdc9db01da3db9a1ceef')
+sha512sums=('31b8f1da0d101157e771a85a38c64bc1369d6278915d6d4dff2551ad86486767ff18a6c68c0cddd120e6a3e1b4d57a51f053beb823f2b9474ee4659b4ae14e19'
+ '043bf1361524d9cc1f89c7305adc9fae0327665431cf9dae4e66cb2de3679843b28c94a9f79bfc6459f5f9eb56a02e154321a6a1ba88824e6b19340627aff9ee')
package() {
mkdir -p "$pkgdir/usr/bin"