summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Pfeiler2019-05-28 22:24:16 +0200
committerNorbert Pfeiler2019-05-28 22:24:16 +0200
commit801657a8cdd5a9ec8c8ada1e55260fa68bd0a666 (patch)
tree9a548cac770e611199f3ff14d4a6f753d33ebc28
parentca0cad378363bff0031246abf449bac6d1b1a6ce (diff)
downloadaur-801657a8cdd5a9ec8c8ada1e55260fa68bd0a666.tar.gz
update due to removal of provides quazip-qt5 in quazip
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e3f2e518714..b0862a2954ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Thu May 2 01:32:33 UTC 2019
pkgbase = knossos4
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 = 4.1.2
- pkgrel = 11
+ pkgrel = 12
url = https://knossos.app
arch = x86_64
license = GPL2
@@ -16,7 +14,7 @@ pkgbase = knossos4
depends = glut
depends = qt5-python27-git
depends = qt5-tools
- depends = quazip-qt5
+ depends = quazip
depends = snappy
source = https://github.com/knossos-project/knossos/archive/v4.1.2.tar.gz
source = curl.patch
diff --git a/PKGBUILD b/PKGBUILD
index 501a959943b4..0cc32524158b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=knossos4
pkgver=4.1.2
-pkgrel=11
+pkgrel=12
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"
@@ -15,7 +15,7 @@ depends=("curl"
"glut"
"qt5-python27-git" # qt5-python27
"qt5-tools"
- "quazip-qt5"
+ "quazip"
"snappy"
)
makedepends=("boost"