[arch-commits] Commit in libqalculate/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Mar 2 14:15:50 UTC 2020
Date: Monday, March 2, 2020 @ 14:15:50
Author: arojas
Revision: 376492
Update to 3.8.0
Modified:
libqalculate/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-02 09:30:30 UTC (rev 376491)
+++ PKGBUILD 2020-03-02 14:15:50 UTC (rev 376492)
@@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=libqalculate
-pkgver=3.7.0
+pkgver=3.8.0
pkgrel=1
pkgdesc="Multi-purpose desktop calculator"
arch=(x86_64)
@@ -9,10 +9,10 @@
url="https://qalculate.github.io/"
license=(GPL)
depends=(libxml2 curl mpfr)
-makedepends=(intltool)
+makedepends=(intltool doxygen)
optdepends=('gnuplot: for plotting support')
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('f1a3f2510133ed8d4b278058565d83d65c180025711a4dc7da8e242d8a5f8247')
+sha256sums=('d8fcf445677ced76c13db5bd31af96f069f83041a264ac4df0d065af47b2e1ae')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list