summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWellington Wallace2018-12-10 20:33:23 -0200
committerWellington Wallace2018-12-10 20:33:23 -0200
commit47788a2be4b8b521b998065645c10a1803a59755 (patch)
tree41d0bffca84aa4cdbeec17d7018d0c583d9518e2 /PKGBUILD
parent4fad936ca55b148278bac5be0e06277dab9f4a3b (diff)
downloadaur-47788a2be4b8b521b998065645c10a1803a59755.tar.gz
version 0.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9888257d233d..f83e8ead6fa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wellington <wellingtonwallace@gmail.com>
pkgname=wwplot
-pkgver=0.0.2
+pkgver=0.0.3
pkgrel=1
pkgdesc="Plotting Tool for Experimental Physics Classes"
arch=(any)
@@ -11,7 +11,7 @@ depends=(python python-gobject python-cairocffi gtk3 python-numpy python-scipy
makedepends=('meson')
options=(!emptydirs)
source=("$pkgname-$pkgver::https://github.com/wwmm/wwplot/archive/v$pkgver.tar.gz")
-md5sums=('c1d3a9ef93fb03873db53678962c71ab')
+sha256sums=('8111ca35bf696901945ba6163c0d253e222c5e540fee835915ac40ed088c752c')
build() {
cd "$srcdir/$pkgname-$pkgver"