summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3e9cb76af1b..4ecf68cce557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
# Contributor: J. Santiago Hirschfeld <jsantiagoh@yahoo.com.ar>
pkgname=qalculate-gtk-nognome
-pkgver=3.7.0
+pkgver=3.10.0
pkgrel=1
pkgdesc='GTK+ frontend for libqalculate, without gnome dependencies'
arch=('i686' 'x86_64')
url='http://qalculate.github.io/'
-license=('GPL')
-depends=("libqalculate>=${pkgver}" 'gtk3>=3.10' 'cln>=1.2.0')
+license=('GPL2')
+depends=("libqalculate>=${pkgver}" 'gtk3>=3.10')
makedepends=('perl-xml-parser' 'rarian' 'intltool')
replaces=('qalculate-gtk')
provides=('qalculate-gtk')
-source=("https://github.com/Qalculate/qalculate-gtk/archive/v${pkgver}.tar.gz")
-md5sums=('a6b42fc6c4739545d2a39ecef89c6a42')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Qalculate/qalculate-gtk/archive/v${pkgver}.tar.gz")
+sha256sums=('b7a22a9a70e88a9062d2ab3b232c793a30215bc2d666062e222a52bd2538b86c')
build() {
cd "${srcdir}/qalculate-gtk-${pkgver}"