summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Pfeiler2022-04-19 14:45:36 +0200
committerNorbert Pfeiler2022-04-19 14:45:36 +0200
commit24f469248ac650bd0021211b4488e4653b50cb33 (patch)
tree2fae74ba40d27ce957a7f7816c13d0e9ef5690d1
parentebd1a61961543a9137ce78f1a65b5129e7115332 (diff)
downloadaur-24f469248ac650bd0021211b4488e4653b50cb33.tar.gz
fix for changed whitespace in GitHub diff output
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc370c1949f1..279368e6db29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = knossos
pkgdesc = A software tool for the visualization and annotation of 3D image data. It was developed for the rapid reconstruction of neural morphology and connectivity.
pkgver = 5.1
- pkgrel = 5
+ pkgrel = 6
url = https://knossos.app
arch = x86_64
license = GPL2
@@ -24,6 +24,6 @@ pkgbase = knossos
md5sums = 1a2b3733cf5fcb3e1845ce771abb58e9
md5sums = 9e6daa1198b3f819379995d37178e3d1
md5sums = b7f68f267e26f86db118cfafbb006ec9
- md5sums = 64544b58149bc2e0cd7be42944082310
+ md5sums = a20f2a68985b3e971b9ff1e0d61a8006
pkgname = knossos
diff --git a/PKGBUILD b/PKGBUILD
index e9909ad95028..5b4561491cbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=knossos
pkgver=5.1
-pkgrel=5
+pkgrel=6
arch=("x86_64")
pkgdesc="A software tool for the visualization and annotation of 3D image data. It was developed for the rapid reconstruction of neural morphology and connectivity."
url="https://knossos.app"
@@ -33,7 +33,7 @@ md5sums=('fd97340a07b58b3f1b1543405d893c35'
'1a2b3733cf5fcb3e1845ce771abb58e9'
'9e6daa1198b3f819379995d37178e3d1'
'b7f68f267e26f86db118cfafbb006ec9'
- '64544b58149bc2e0cd7be42944082310')
+ 'a20f2a68985b3e971b9ff1e0d61a8006')
prepare() {
cd "knossos-$pkgver"