summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2021-04-23 02:00:48 +0200
committerTobias Bachmann2021-04-23 02:00:48 +0200
commitb5f3f8e4c80e27ddf925c26d00e73848f381795e (patch)
treebfcf8a4df8e13c7b1c389f66819acc0728e2da81 /PKGBUILD
parenta42ec55d178d480835c814c8cd0dbe7f06ba612c (diff)
downloadaur-b5f3f8e4c80e27ddf925c26d00e73848f381795e.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 07078de1ec8d..d1666590141f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.7.2
+pkgver=1.7.3
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=('a446e6c27a22131fda128eb261fd01516bb20d48f96463468d75bd2c28a00d17')
+sha256sums=('368f243b6c1ae9fa513cf9e5d59e97256e940666754aeb733fd61329def78d5b')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*