summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornarunlifescience2020-05-05 21:45:13 +0530
committernarunlifescience2020-05-05 21:45:13 +0530
commit3475e38663ff22e4f33081c1c215897d8b203d06 (patch)
treebe050daf7979170fa8ff6b63779a914f3459093c
parent3b0465b9b6aa4b96617a85baaede18513a947ebe (diff)
downloadaur-3475e38663ff22e4f33081c1c215897d8b203d06.tar.gz
change to qdatavis3d
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 302707965326..fa8f8ff072d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = alphaplot
depends = mesa
depends = shared-mime-info
depends = desktop-file-utils
- depends = qwtplot3d
+ depends = qt5-datavis3d
source = git+https://github.com/narunlifescience/alphaplot.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 254b832b9aa7..2e0fd0d14ab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL2')
# make dependancies
makedepends=('boost' 'cmake' 'qt5-tools')
-depends=('gsl' 'glu' 'mesa' 'shared-mime-info' 'desktop-file-utils' 'qwtplot3d')
+depends=('gsl' 'glu' 'mesa' 'shared-mime-info' 'desktop-file-utils' 'qt5-datavis3d')
# source download from git repo & prepare
source=(git+https://github.com/narunlifescience/alphaplot.git)