summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Bosch2020-12-23 22:04:21 +0100
committerMickael Bosch2020-12-23 22:04:21 +0100
commita069550ca42c8c42e22c0fabb0a7ec18fc305d83 (patch)
tree32fbd1322f275928656af0609d72f076c6b163d9
parent154a50baf95a5934dca5c30cf8ca1045eea45d00 (diff)
downloadaur-a069550ca42c8c42e22c0fabb0a7ec18fc305d83.tar.gz
follow the upstream 3.1.1 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index feeef19415f1..560a4c62fb03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zegrapher
pkgdesc = mathematical objects plotting software
- pkgver = 3.1
+ pkgver = 3.1.1
pkgrel = 1
url = http://www.zegrapher.com
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = zegrapher
depends = qt5-base
depends = boost
conflicts = zegrapher
- source = https://github.com/AdelKS/ZeGrapher/archive/v3.1.tar.gz
- md5sums = f6099bea1d4787702a0d67705e2c3dc3
+ source = https://github.com/AdelKS/ZeGrapher/archive/v3.1.1.tar.gz
+ sha256sums = d140f2940b7fd47e65c780650d74970bc6304be1e735da5430504acccfa20078
pkgname = zegrapher
diff --git a/PKGBUILD b/PKGBUILD
index d0f166da034a..1adcef6068f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mickael Bosch <mickael dot bosch at linux dot com>
pkgname='zegrapher'
-pkgver=3.1
+pkgver=3.1.1
pkgrel=1
arch=('x86_64')
url="http://www.zegrapher.com"
@@ -9,8 +9,8 @@ license=('GPL')
pkgdesc="mathematical objects plotting software"
depends=(qt5-base boost)
conflicts=(zegrapher)
-source=("https://github.com/AdelKS/ZeGrapher/archive/v3.1.tar.gz")
-md5sums=('f6099bea1d4787702a0d67705e2c3dc3')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AdelKS/ZeGrapher/archive/v${pkgver}.tar.gz")
+sha256sums=('d140f2940b7fd47e65c780650d74970bc6304be1e735da5430504acccfa20078')
build() {
cd "ZeGrapher-$pkgver"