[arch-commits] Commit in lcalc/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Nov 26 07:15:45 UTC 2021
Date: Friday, November 26, 2021 @ 07:15:45
Author: arojas
Revision: 1054825
Update to 2.0.4
Modified:
lcalc/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-25 23:55:49 UTC (rev 1054824)
+++ PKGBUILD 2021-11-26 07:15:45 UTC (rev 1054825)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=lcalc
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
pkgdesc='C++ L-function class library and command line interface'
arch=(x86_64)
@@ -10,7 +10,7 @@
depends=(pari)
makedepends=(gengetopt)
source=(https://gitlab.com/sagemath/lcalc/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('4e2fe0df610f0d32499393495d43f3ba03f465d322f8f41b97904b7d0cc87f53')
+sha256sums=('7bca332f1e928ad3c23875d0c8eac32d93783a104bd828f1eb3e57cbbd7f2275')
prepare() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list