summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Pfeiler2019-05-28 22:25:20 +0200
committerNorbert Pfeiler2019-05-28 22:25:20 +0200
commitd6d6c64e24604c72a26da0af1856122bb128b0e2 (patch)
tree1587414d8bfe5d30599ed048df583c2c5ea1e4bf
parenta45ad0aae5cc5464502cccd4a81f9183c9fbea36 (diff)
downloadaur-d6d6c64e24604c72a26da0af1856122bb128b0e2.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 33f858fe6f79..6dda6183778a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Thu May 2 01:34:31 UTC 2019
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 = 2
+ pkgrel = 3
url = https://knossos.app
arch = x86_64
license = GPL2
@@ -14,7 +12,7 @@ pkgbase = knossos
depends = qt5-base
depends = qt5-python27-git
depends = qt5-tools
- depends = quazip-qt5
+ depends = quazip
depends = snappy
optdepends = qt5-imageformats
source = https://github.com/knossos-project/knossos/archive/v5.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e404f65453db..8ebbedaf6ffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=knossos
pkgver=5.1
-pkgrel=2
+pkgrel=3
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"
@@ -14,7 +14,7 @@ depends=("glu"
"qt5-base"
"qt5-python27-git" # qt5-python27
"qt5-tools" # Qt5Help
- "quazip-qt5"
+ "quazip"
"snappy"
)
makedepends=("boost"