author | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:51:45 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:51:45 UTC |
parent | 440664a74cc74cfef0bc4cc4df183d467e5bee60 |
.SRCINFO | +16 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..e495680 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = qt5-charts + pkgdesc = Provides a set of easy to use chart components + pkgver = 5.15.11 + pkgrel = 1 + url = https://www.qt.io + arch = x86_64 + groups = qt5 + license = GPL3 + makedepends = qt5-declarative + makedepends = git + depends = qt5-base + optdepends = qt5-declarative: QML bindings + source = git+https://invent.kde.org/qt/qt/qtcharts#commit=e17308d5ce83a8b66aeeaaaf16ce16d4ee6b2826 + sha256sums = SKIP + +pkgname = qt5-charts diff --git a/PKGBUILD b/PKGBUILD index 3930cde..b3a9551 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=qt5-charts _basever=5.15.11 -pkgver=5.15.10 +pkgver=5.15.11 pkgrel=1 _commit=e17308d5ce83a8b66aeeaaaf16ce16d4ee6b2826 arch=('x86_64')