summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorExcitable Snowball2020-11-28 16:36:40 -0800
committerExcitable Snowball2020-11-28 16:36:40 -0800
commit2a51a779f5294ffcd0cfb009742bcd5408f6c588 (patch)
treeeeb2154f3f9b1641c68117b8fc0d10ac8c6f82ff
parentbb23ccdda5ed617c62b66c5870f3dc3a5c97e715 (diff)
downloadaur-2a51a779f5294ffcd0cfb009742bcd5408f6c588.tar.gz
4.4
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7e08d7c650e..9dea46cd6937 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = webplotdigitizer-bin
pkgdesc = Tool to extract numerical data from plot images
- pkgver = 4.3
- pkgrel = 3
+ pkgver = 4.4
+ pkgrel = 1
url = https://automeris.io/WebPlotDigitizer/
arch = x86_64
license = AGPL3
depends = gtk3
depends = libxss
depends = nss
- source = https://automeris.io/downloads/WebPlotDigitizer-4.3-linux-x64.zip
+ source = https://automeris.io/downloads/WebPlotDigitizer-4.4-linux-x64.zip
source = webplotdigitizer.desktop
- sha512sums = 31b8f1da0d101157e771a85a38c64bc1369d6278915d6d4dff2551ad86486767ff18a6c68c0cddd120e6a3e1b4d57a51f053beb823f2b9474ee4659b4ae14e19
+ sha512sums = 1a1a5ad7f8241384e842092dd0c6d797102948d196113e3a1122f7250e8978150695c87216072e9db2320e4a1255729440fe8d39497a082d0a1cea1be0cf0f05
sha512sums = 043bf1361524d9cc1f89c7305adc9fae0327665431cf9dae4e66cb2de3679843b28c94a9f79bfc6459f5f9eb56a02e154321a6a1ba88824e6b19340627aff9ee
pkgname = webplotdigitizer-bin
diff --git a/.gitignore b/.gitignore
index 6cd32e20da9b..3c8e4df23504 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
WebPlotDigitizer-*-linux-x64.zip
pkg
src
-*.pkg.tar.xz
+*.pkg.*
diff --git a/PKGBUILD b/PKGBUILD
index 0c3af78dd4df..bd39ab2b32ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: robertfoster
pkgname=webplotdigitizer-bin
-pkgver=4.3
+pkgver=4.4
_name=WebPlotDigitizer-$pkgver
-pkgrel=3
+pkgrel=1
pkgdesc='Tool to extract numerical data from plot images'
url='https://automeris.io/WebPlotDigitizer/'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('AGPL3')
depends=('gtk3' 'libxss' 'nss')
source=("https://automeris.io/downloads/${_name}-linux-x64.zip"
"${pkgname%%-bin}.desktop")
-sha512sums=('31b8f1da0d101157e771a85a38c64bc1369d6278915d6d4dff2551ad86486767ff18a6c68c0cddd120e6a3e1b4d57a51f053beb823f2b9474ee4659b4ae14e19'
+sha512sums=('1a1a5ad7f8241384e842092dd0c6d797102948d196113e3a1122f7250e8978150695c87216072e9db2320e4a1255729440fe8d39497a082d0a1cea1be0cf0f05'
'043bf1361524d9cc1f89c7305adc9fae0327665431cf9dae4e66cb2de3679843b28c94a9f79bfc6459f5f9eb56a02e154321a6a1ba88824e6b19340627aff9ee')
package() {