summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu2016-05-19 14:55:30 +1000
committerJonathan Liu2016-05-19 14:55:30 +1000
commit2eb6d7b9be024b1690a84e235273e861b2984587 (patch)
tree338c47d598cbedbf16abd92b99f612d540da55c7
parentfd60f026f7e7af048f85b151c92a8fff0378533b (diff)
downloadaur-2eb6d7b9be024b1690a84e235273e861b2984587.tar.gz
Fix URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a54446fd6b82..6ed938b326e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun May 15 09:13:36 UTC 2016
+# Thu May 19 04:55:24 UTC 2016
pkgbase = qt5-datavis3d-git
pkgdesc = Provides multiple graph types to visualize data in 3D space both with C++ and Qt Quick 2
pkgver = 5.8.0.r1391.13a8c4e
pkgrel = 1
- url = https://code.qt.io/cgit/qt/qtcharts.git
+ url = https://code.qt.io/cgit/qt/qtdatavis3d.git
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 3fe3c5adb0fa..1e8c55ed1ced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=5.8.0.r1391.13a8c4e
pkgrel=1
pkgdesc="Provides multiple graph types to visualize data in 3D space both with C++ and Qt Quick 2"
arch=('i686' 'x86_64')
-url="https://code.qt.io/cgit/qt/qtcharts.git"
+url="https://code.qt.io/cgit/qt/qtdatavis3d.git"
license=('GPL3')
depends=('qt5-declarative' 'qt5-multimedia')
makedepends=('git')