diff options
author | Miguel de Val-Borro | 2019-03-19 06:08:01 -0400 |
---|---|---|
committer | Miguel de Val-Borro | 2019-03-19 06:08:01 -0400 |
commit | 654aca56c48201c4c219f20cc801f61979592a4b (patch) | |
tree | f07366760008e5ec670d6850f3b960cfba24990c | |
parent | 030251b748b69652a8b0747cfbdc197980ff2be1 (diff) | |
download | aur-654aca56c48201c4c219f20cc801f61979592a4b.tar.gz |
update to 5.14.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = plplot pkgdesc = A cross-platform software package for creating scientific plots - pkgver = 5.13.0 + pkgver = 5.14.0 pkgrel = 1 url = http://plplot.sourceforge.net/ arch = i686 @@ -21,8 +21,8 @@ pkgbase = plplot optdepends = cairo: displays plots and save to different file formats options = !libtool options = !makeflags - source = http://downloads.sourceforge.net/sourceforge/plplot/plplot-5.13.0.tar.gz - md5sums = bfefeae7fb9a23377c6dc37b44a7da8a + source = http://downloads.sourceforge.net/sourceforge/plplot/plplot-5.14.0.tar.gz + md5sums = 244883879f24a2324f536d624168870d pkgname = plplot @@ -3,7 +3,7 @@ # Contributor: Gergely Imreh <imrehgATgmailDOTcom> # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot -pkgver=5.13.0 +pkgver=5.14.0 pkgrel=1 pkgdesc="A cross-platform software package for creating scientific plots" arch=('i686' 'x86_64') @@ -22,7 +22,7 @@ optdepends=('qhull: calculating convex hulls' 'cairo: displays plots and save to different file formats') options=('!libtool' '!makeflags') source=(http://downloads.sourceforge.net/sourceforge/plplot/${pkgname}-${pkgver}.tar.gz) -md5sums=('bfefeae7fb9a23377c6dc37b44a7da8a') +md5sums=('244883879f24a2324f536d624168870d') build() { cd ${srcdir}/${pkgname}-${pkgver} |