summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2019-09-25 13:52:35 +0200
committerTobias Bachmann2019-09-25 13:52:35 +0200
commit55b52ea335a2bced6e2fa6f3282351c971ebaece (patch)
treeddddd2cd546cdfda68ee59b710358615bea49970 /PKGBUILD
parent8a5dea842c33f0aeabc970b6be2a8a6a0b70433a (diff)
downloadaur-55b52ea335a2bced6e2fa6f3282351c971ebaece.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 0cba88a0708b..72f9be51fb7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.6.5
+pkgver=1.6.6
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=('b3c55b602bcc52bbea25de8f18b28ad1bf4f378fbaa5e46cd10db3af2bef3c02')
+sha256sums=('4c8ecaad65885ad27b73bc0091de84b4b73854e97bf115800c01fffef282f16d')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*