summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2022-02-06 22:15:30 -0500
committerAndrew O'Neill2022-02-06 22:15:30 -0500
commite18c60ff5ab051febaeb18e78f8ff80e1f89423f (patch)
treea647bb5b59112952cbe709fb0be6b90215605e1b /PKGBUILD
parentb6eb778f2dbb2fdfa747f5c4d54b2977906c4a99 (diff)
downloadaur-e18c60ff5ab051febaeb18e78f8ff80e1f89423f.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c66e9265e00..6354f8519d23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Thomas Mudrunka <harvie@@email..cz>
pkgname=gretl
-pkgver=2021d
+pkgver=2022a
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=('ce28f7dfb3ff31e982c2f31a8766d4137a1dbf429ffca5ba7d49763a03338ee2')
+sha256sums=('27e25cb8275adb1609e5a573e945d1fa75a289de90c690edb780d795be8be140')
build() {
cd "${pkgname}-${pkgver}"