summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-02-03 17:20:27 +0100
committerhaawda2022-02-03 17:20:27 +0100
commit847c6e2159b30a77e781fbfd53c52bdd1f13cc69 (patch)
treeccc819caa31a41a8bdce5a7ec73d23216625beea
parent69b3df0b439e6e796736d6e4c3fbdd8b4f8bfe40 (diff)
downloadaur-pyxplot.tar.gz
fix shasum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da9bc0f9fc9b..5980b67cc1ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyxplot
pkgdesc = Command-line graphing package with a simple interface that produces publication-quality output.
pkgver = 0.9.2
- pkgrel = 5
+ pkgrel = 6
url = http://www.pyxplot.org.uk/
changelog = pyxplot.changelog
arch = i686
@@ -22,6 +22,6 @@ pkgbase = pyxplot
optdepends = ghostscript: for postscript
provides = pyxplot
source = http://www.pyxplot.org.uk/src/pyxplot_0.9.2.tar.gz
- sha256sums = 041074956c99d16125cf455dd57ad6908814e4abe4bfbff6125c3b10e63e5f29
+ sha256sums = 1c592a0bc77caec445a8d72534471c01d66ca1806309e6c983847c2e0b95e689
pkgname = pyxplot
diff --git a/PKGBUILD b/PKGBUILD
index ed31699de676..02f0460cbde0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pyxplot
pkgver=0.9.2
-pkgrel=5
+pkgrel=6
pkgdesc="Command-line graphing package with a simple interface that produces publication-quality output."
arch=('i686' 'x86_64')
license=('GPL2')
@@ -18,7 +18,7 @@ optdepends=('python-scipy: mathematical functions'
'ghostscript: for postscript')
makedepends=('imagemagick' 'ghostscript' 'wget' 'python2')
source=("http://www.pyxplot.org.uk/src/${pkgname}_${pkgver}.tar.gz")
-sha256sums=('041074956c99d16125cf455dd57ad6908814e4abe4bfbff6125c3b10e63e5f29')
+sha256sums=('1c592a0bc77caec445a8d72534471c01d66ca1806309e6c983847c2e0b95e689')
build() {
cd ${pkgname}-${pkgver}