summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29d52b4cdc58..5d5fae03bc6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Oct 30 09:07:15 UTC 2016
+# Thu Feb 14 10:50:57 UTC 2019
pkgbase = g3data
pkgdesc = A tool for extracting data from scanned graphs.
pkgver = 1.5.4
@@ -10,7 +10,7 @@ pkgbase = g3data
license = GPL2
depends = gtk2>=2.6
source = https://github.com/downloads/pn2200/g3data/g3data-1.5.4.tar.gz
- md5sums = acb41e54ee5fbf167413218f209c4e3f
+ sha512sums = b4651eb6ba87ddb745c46520ccf2d7146d179e69a614d7c6c247b82eaf188b30e955d60e7df59419f63a304a5c5215829d3bea3cc233d2729ff599c523d852e2
pkgname = g3data
diff --git a/PKGBUILD b/PKGBUILD
index c91eba9a41ea..e4d76e6760ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('GPL2')
depends=('gtk2>=2.6')
makedepends=()
source=(https://github.com/downloads/pn2200/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('acb41e54ee5fbf167413218f209c4e3f')
+sha512sums=('b4651eb6ba87ddb745c46520ccf2d7146d179e69a614d7c6c247b82eaf188b30e955d60e7df59419f63a304a5c5215829d3bea3cc233d2729ff599c523d852e2')
build() {
cd ${srcdir}/${pkgname}-${pkgver}