summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70ac7c13f481..d2ec33fc2d8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Jan 11 18:52:32 UTC 2016
pkgbase = veusz
pkgdesc = A scientific plotting and graphing package, designed to create publication-ready Postscript or PDF output
- pkgver = 1.23.1
+ pkgver = 1.23.2
pkgrel = 1
url = http://home.gna.org/veusz/
install = veusz.install
@@ -10,13 +12,11 @@ pkgbase = veusz
depends = python2-pyqt4
depends = python2-numpy
optdepends = python2-pyfits: for reading files in FITS format
- optdepends = python2-emf: for EMF export
optdepends = python2-dbus: for dbus interface
- optdepends = python2-pyminuit2: for numerical function minimization
optdepends = python2-astropy: for VO table import
- source = http://download.gna.org/veusz/veusz-1.23.1.tar.gz
+ source = http://download.gna.org/veusz/veusz-1.23.2.tar.gz
source = veusz.desktop
- md5sums = c8ca515659600c1ba529f65c5352f583
+ md5sums = 4a687e98e87f95c4646602b285a11e85
md5sums = 3823fe5961f3975a4dff2967aadaa14f
pkgname = veusz
diff --git a/PKGBUILD b/PKGBUILD
index 71a79533ff59..c5340e66d716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: moostik <mooostik_at_gmail.com>
pkgname=veusz
-pkgver=1.23.1
+pkgver=1.23.2
pkgrel=1
pkgdesc="A scientific plotting and graphing package, designed to create publication-ready Postscript or PDF output"
arch=('i686' 'x86_64')
@@ -13,14 +13,14 @@ url="http://home.gna.org/${pkgname}/"
license=('GPL2')
depends=('python2-pyqt4' 'python2-numpy')
optdepends=('python2-pyfits: for reading files in FITS format'
- 'python2-emf: for EMF export'
+# 'python2-emf: for EMF export' - http://pyemf.sourceforge.net/ - package missing
'python2-dbus: for dbus interface'
- 'python2-pyminuit2: for numerical function minimization'
+# '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=('c8ca515659600c1ba529f65c5352f583'
+md5sums=('4a687e98e87f95c4646602b285a11e85'
'3823fe5961f3975a4dff2967aadaa14f')
build() {