summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrzej Giniewicz2016-07-30 17:17:50 +0200
committerAndrzej Giniewicz2016-07-30 17:17:50 +0200
commit7dd532f2c9ce0e9171d6aa47db0b634a93414ef6 (patch)
tree6571e172843cceffaaece1532770ace295fd35d2 /PKGBUILD
parent42ecc678cdca76f3cde228b5782ddb41d0a122a6 (diff)
downloadaur-7dd532f2c9ce0e9171d6aa47db0b634a93414ef6.tar.gz
veusz: new upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5340e66d716..77a373ee9e3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: moostik <mooostik_at_gmail.com>
pkgname=veusz
-pkgver=1.23.2
+pkgver=1.24
pkgrel=1
pkgdesc="A scientific plotting and graphing package, designed to create publication-ready Postscript or PDF output"
arch=('i686' 'x86_64')
@@ -14,13 +14,13 @@ license=('GPL2')
depends=('python2-pyqt4' 'python2-numpy')
optdepends=('python2-pyfits: for reading files in FITS format'
# 'python2-emf: for EMF export' - http://pyemf.sourceforge.net/ - package missing
- 'python2-dbus: for dbus interface'
+ 'python2-dbus: for dbus interface'
# 'python2-pyminuit2: for numerical function minimization' - http://code.google.com/p/pyminuit/ - package missing
'python2-astropy: for VO table import')
install='veusz.install'
source=("http://download.gna.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"
"${pkgname}.desktop")
-md5sums=('4a687e98e87f95c4646602b285a11e85'
+md5sums=('44e491b2accec1857d1e2336f52187ad'
'3823fe5961f3975a4dff2967aadaa14f')
build() {