summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrzej Giniewicz2016-10-28 16:51:23 +0200
committerAndrzej Giniewicz2016-10-28 16:51:23 +0200
commit63eac13bf37e56175fb6eed65c303d2565e89c36 (patch)
tree2b47dafb47b54e01669fb80765573f436a70965f
parent1d4183e81f70761792d69510776af090b0e63668 (diff)
downloadaur-63eac13bf37e56175fb6eed65c303d2565e89c36.tar.gz
new upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 105f57ea22d2..7554a82eb533 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Jul 30 19:49:55 UTC 2016
pkgbase = python2-guiqwt
pkgdesc = Python library providing efficient 2D data-plotting features
- pkgver = 3.0.2
+ pkgver = 3.0.3
pkgrel = 1
url = https://github.com/pierreraybaut/guiqwt
arch = i686
@@ -17,8 +15,8 @@ pkgbase = python2-guiqwt
optdepends = python2-pydicom: for DICOM files I/O features
optdepends = spyder: for Sift embedded Python console
options = !emptydirs
- source = https://github.com/PierreRaybaut/guiqwt/archive/v3.0.2.tar.gz
- md5sums = f56ed23bca92a4c489a7ab44be95f0ec
+ source = https://github.com/PierreRaybaut/guiqwt/archive/v3.0.3.tar.gz
+ md5sums = 732c114dcab35a5c51044cce50425309
pkgname = python2-guiqwt
diff --git a/PKGBUILD b/PKGBUILD
index 06d484706c45..445c6dd421b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=python2-guiqwt
-pkgver=3.0.2
+pkgver=3.0.3
pkgrel=1
pkgdesc="Python library providing efficient 2D data-plotting features"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('python2-setuptools' 'cython2')
options=(!emptydirs)
source=("https://github.com/PierreRaybaut/guiqwt/archive/v${pkgver}.tar.gz")
-md5sums=('f56ed23bca92a4c489a7ab44be95f0ec')
+md5sums=('732c114dcab35a5c51044cce50425309')
build() {
cd "$srcdir"/guiqwt-$pkgver