summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2021-04-20 11:19:06 +0200
committerTobias Bachmann2021-04-20 11:19:06 +0200
commita42ec55d178d480835c814c8cd0dbe7f06ba612c (patch)
tree15677ae140b80f3f863c834b9a1a5a71ad942c00 /PKGBUILD
parent5b3221f428e629b967e9508f6abe8089dff18542 (diff)
downloadaur-a42ec55d178d480835c814c8cd0dbe7f06ba612c.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 a62b9e8647a3..07078de1ec8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.7.0
+pkgver=1.7.2
pkgrel=1
pkgdesc="The fsleyes-props project is an event programming framework, which includes the ability for automatic CLI generation and, optionally, automatic GUI generation (if wxPython is present). It is used by FSLeyes."
arch=('any')
@@ -14,7 +14,7 @@ provides=()
conflicts=()
replaces=()
source=($pkgname-$pkgver.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/props/repository/archive.tar.gz?ref=$pkgver)
-sha256sums=('52f12a7a052cbecfc33f2aeb2623577940617c3968d80680633e3f4cbcf54751')
+sha256sums=('a446e6c27a22131fda128eb261fd01516bb20d48f96463468d75bd2c28a00d17')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*