summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAskhat2020-03-23 18:22:47 +0700
committerAskhat2020-03-23 18:22:47 +0700
commit8cb5ac6654b41ca0965807613574e3fad877f19a (patch)
tree4b0f8bad0c9c0d0631d85ccce9235e09c7321133 /PKGBUILD
parent81c78380267a1570a5e5fd87eb9ba3dabe35c178 (diff)
downloadaur-8cb5ac6654b41ca0965807613574e3fad877f19a.tar.gz
Updated to version 3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 890812daa969..5e62b3fe6b53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: moostik <mooostik_at_gmail.com>
pkgname=veusz
-pkgver=3.2
+pkgver=3.2.1
pkgrel=1
pkgdesc="A 2D and 3D scientific plotting package, designed to create publication-ready PDF or SVG output"
arch=('x86_64')
@@ -22,8 +22,8 @@ optdepends=('python-h5py: HDF5 support'
# patch from https://github.com/veusz/veusz/issues/307
source=("https://github.com/veusz/veusz/releases/download/veusz-${pkgver}/veusz-${pkgver}.tar.gz"
"veusz-${pkgver}-sip_dir.patch")
-sha256sums=('67d4adcc83b33098f4740ac036e54b3078c596b67363b674ef167ac3a812b018'
- '526cf71bfa70e4a400e46054cb0e73254b45d1b930c36c5c2afd2cf8e0c59938')
+sha256sums=('9eaf95a2a8cae2d317e7ee47e73f5cf58d191b16c051ae0a1dc399e6f7757503'
+ '334700cb64638fb4710e3049fe26d7b97abafc24581ad949b110e5d07567d31f')
prepare() {
patch -Np1 -i "veusz-${pkgver}-sip_dir.patch"