summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Pfeiler2016-04-20 20:41:02 +0200
committerNorbert Pfeiler2016-04-20 21:14:08 +0200
commit4eccb4afee9ee02affd09ced5ad59867043ad71d (patch)
tree65e9bd7570844b25441e7bb14531a8f472159e6e
parent23f0e424252d2fedcec03089e85ac5c35c2df145 (diff)
downloadaur-4eccb4afee9ee02affd09ced5ad59867043ad71d.tar.gz
add contributor tag and remove implicit dependecies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71f468f6b540..2f0f151e8b73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 21:05:13 UTC 2016
+# Wed Apr 20 19:13:56 UTC 2016
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 = 4.1.2
- pkgrel = 6
+ pkgrel = 7
url = http://www.knossostool.org/
arch = x86_64
license = GPL2
@@ -15,8 +15,6 @@ pkgbase = knossos
depends = freeglut
depends = glu
depends = glut
- depends = libgl
- depends = qt5-base
depends = qt5-python27
depends = quazip-qt5
depends = snappy
diff --git a/PKGBUILD b/PKGBUILD
index eefcd75f69bf..787ca6d1a419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: KNOSSOS-Team <knossos-team ät mpimf-heidelberg.mpg.de>
+# Contributor: Martin Drawitsch <mdraw.gh ät gmail.com>
#
# KNOSSOS saves its user preferences in $HOME/.config/MPIMF/
pkgname=knossos
pkgver=4.1.2
-pkgrel=6
+pkgrel=7
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="http://www.knossostool.org/"
@@ -13,8 +14,6 @@ depends=("curl"
"freeglut"
"glu"
"glut"
- "libgl"
- "qt5-base"
"qt5-python27"
"quazip-qt5"
"snappy"