summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2023-03-04 10:08:52 -0500
committerAndrew O'Neill2023-03-04 10:08:52 -0500
commitc24a1f910154fa1cd4ef150ca02fff8324f3e2a4 (patch)
treeb556c6ca40917e3daf85417c1f1f25a6370e1c6b
parent9dc8eec1e5490a65155876f15bf7924b434fe2a4 (diff)
downloadaur-c24a1f910154fa1cd4ef150ca02fff8324f3e2a4.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25f992253eda..4f9c3b388ca0 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 = 2022c
+ pkgver = 2023a
pkgrel = 1
url = http://gretl.sourceforge.net/
arch = x86_64
@@ -17,7 +17,7 @@ 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/2022c/gretl-2022c.tar.xz
- sha256sums = e100104cda9b7c85fa2b709db4a71538db425ab91346f1a5d995c64757b241d0
+ source = https://downloads.sourceforge.net/project/gretl/gretl/2023a/gretl-2023a.tar.xz
+ sha256sums = 4f5530421c3f4ebfe3b98a9524192cb762d10422173cbbd577437e40225c56d3
pkgname = gretl
diff --git a/PKGBUILD b/PKGBUILD
index 3ddb4b850aab..740d7786f769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
+# Maintainer: Andrew O'Neill <andrew at haunted dot sh>
# Contributor: quomoow <quomoow@gmail.com>
# Contributor: Thomas Mudrunka <harvie@@email..cz>
pkgname=gretl
-pkgver=2022c
+pkgver=2023a
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=('e100104cda9b7c85fa2b709db4a71538db425ab91346f1a5d995c64757b241d0')
+sha256sums=('4f5530421c3f4ebfe3b98a9524192cb762d10422173cbbd577437e40225c56d3')
build() {
cd "${pkgname}-${pkgver}"