summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD10
3 files changed, 10 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87a2ed39e415..9bd8559aab22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,16 @@
pkgbase = webplotdigitizer-bin
pkgdesc = Tool to extract numerical data from plot images
- pkgver = 4.2
- pkgrel = 2
+ pkgver = 4.7
+ 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.2-linux-x64.zip
+ source = https://automeris.io/downloads/WebPlotDigitizer-4.7-linux-x64.zip
source = webplotdigitizer.desktop
- md5sums = 192183e440d4bc5ea220c5bf1dbb536d
- md5sums = bbb5539842f94b8e986ba31c5f564003
- sha256sums = 90ca8fe2f209fa46b543b441f09755a3e5a675873c5ade6458ba18214fa10183
- sha256sums = 30ddc4aef0b82c9b22dc9aeb9dbacd7cf3dd60cd1805cdc9db01da3db9a1ceef
+ sha512sums = 264eae05f8087b1533480a1b31b9de330287b0be8761413ac13de09b1df1d115f2acc7170a2785fc8102ded78b231962728318972a71b1f076f39e6d4f894881
+ 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 be0c90825f0a..471817c18ad4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: robertfoster
pkgname=webplotdigitizer-bin
-pkgver=4.2
+pkgver=4.7
_name=WebPlotDigitizer-$pkgver
-pkgrel=2
+pkgrel=1
pkgdesc='Tool to extract numerical data from plot images'
url='https://automeris.io/WebPlotDigitizer/'
arch=('x86_64')
@@ -12,10 +12,8 @@ license=('AGPL3')
depends=('gtk3' 'libxss' 'nss')
source=("https://automeris.io/downloads/${_name}-linux-x64.zip"
"${pkgname%%-bin}.desktop")
-md5sums=('192183e440d4bc5ea220c5bf1dbb536d'
- 'bbb5539842f94b8e986ba31c5f564003')
-sha256sums=('90ca8fe2f209fa46b543b441f09755a3e5a675873c5ade6458ba18214fa10183'
- '30ddc4aef0b82c9b22dc9aeb9dbacd7cf3dd60cd1805cdc9db01da3db9a1ceef')
+sha512sums=('264eae05f8087b1533480a1b31b9de330287b0be8761413ac13de09b1df1d115f2acc7170a2785fc8102ded78b231962728318972a71b1f076f39e6d4f894881'
+ '043bf1361524d9cc1f89c7305adc9fae0327665431cf9dae4e66cb2de3679843b28c94a9f79bfc6459f5f9eb56a02e154321a6a1ba88824e6b19340627aff9ee')
package() {
mkdir -p "$pkgdir/usr/bin"