summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrzej Giniewicz2016-10-28 16:51:23 +0200
committerAndrzej Giniewicz2016-10-28 16:51:23 +0200
commit63eac13bf37e56175fb6eed65c303d2565e89c36 (patch)
tree2b47dafb47b54e01669fb80765573f436a70965f /PKGBUILD
parent1d4183e81f70761792d69510776af090b0e63668 (diff)
downloadaur-python2-guiqwt.tar.gz
new upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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