summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9781db898d8..5b718ed5cf9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gretl
pkgdesc = A cross-platform software package for econometric analysis, written in the C programming language
- pkgver = 2019a
+ pkgver = 2019b
pkgrel = 1
url = http://gretl.sourceforge.net/
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = gretl
optdepends = JSON-GLib: provides for parsing of data from various websites
optdepends = openmpi: provides means for dividing labor among multiple nodes
options = !makeflags
- source = https://downloads.sourceforge.net/project/gretl/gretl/2019a/gretl-2019a.tar.xz
- sha256sums = 4148f4ea98cd69fffcae03dcb1c121929330ac9b1c588c125855036effc3d385
+ source = https://downloads.sourceforge.net/project/gretl/gretl/2019b/gretl-2019b.tar.xz
+ sha256sums = 7ee8846c2fe9a0b745fd1cb8439c31c376241fbb1de4182b698086efcf722131
pkgname = gretl
diff --git a/PKGBUILD b/PKGBUILD
index 147255b05a33..3ac60bf56075 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Thomas Mudrunka <harvie@@email..cz>
pkgname=gretl
-pkgver=2019a
+pkgver=2019b
pkgrel=1
pkgdesc='A cross-platform software package for econometric analysis, written in the C programming language'
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('readline: provides a nice editable command line in gretlcli'
'JSON-GLib: provides for parsing of data from various websites'
'openmpi: provides means for dividing labor among multiple nodes')
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('4148f4ea98cd69fffcae03dcb1c121929330ac9b1c588c125855036effc3d385')
+sha256sums=('7ee8846c2fe9a0b745fd1cb8439c31c376241fbb1de4182b698086efcf722131')
build() {
cd "${pkgname}-${pkgver}"