summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b371c4a1a38..852d8362f235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Mar 7 17:57:08 UTC 2016
+# Fri Mar 25 13:20:29 UTC 2016
pkgbase = engauge
pkgdesc = A Digitizer for curves and scanned plots
- pkgver = 7.0
+ pkgver = 7.1
pkgrel = 1
- url = https://github.com/markummitchell/engauge6
+ url = http://markummitchell.github.io/engauge-digitizer/
install = engauge.install
arch = i686
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = engauge
optdepends = libpng12: For reading png image files
optdepends = libjpeg-turbo: For reading jpeg image files
optdepends = openjpeg: For reading jpeg2000 image files
- source = https://github.com/markummitchell/engauge-digitizer/archive/v7.0.tar.gz
+ source = https://github.com/markummitchell/engauge-digitizer/archive/v7.1.tar.gz
source = engauge.desktop
- md5sums = 06e0af0b78053f90d6569dc36e43c651
+ md5sums = fb9a8e762db3b28024d13eb5c42d1d16
md5sums = 53def24f20c3d0178d3cf1b8c574fe15
pkgname = engauge
diff --git a/PKGBUILD b/PKGBUILD
index ea29d4eed466..db112603587a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: mcmillan <awmcmillan at gmail dot com>
pkgname=engauge
-pkgver=7.0
+pkgver=7.1
pkgrel=1
pkgdesc="A Digitizer for curves and scanned plots"
-url="https://github.com/markummitchell/engauge6"
+url="http://markummitchell.github.io/engauge-digitizer/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('qt5-tools' 'fftw' 'log4cpp')
@@ -13,7 +13,7 @@ optdepends=('libpng12: For reading png image files'
'libjpeg-turbo: For reading jpeg image files'
'openjpeg: For reading jpeg2000 image files')
source=("https://github.com/markummitchell/$pkgname-digitizer/archive/v$pkgver.tar.gz" "$pkgname.desktop")
-md5sums=('06e0af0b78053f90d6569dc36e43c651'
+md5sums=('fb9a8e762db3b28024d13eb5c42d1d16'
'53def24f20c3d0178d3cf1b8c574fe15')
install=engauge.install