author | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:53:00 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:53:00 UTC |
parent | 91bd272fd426ce812ab00bddcde3df2475048103 |
.SRCINFO | +17 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..2f6587e --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,17 @@ +pkgbase = qt5-quickcontrols + pkgdesc = Reusable Qt Quick based UI controls to create classic desktop-style user interfaces + pkgver = 5.15.11 + pkgrel = 1 + url = https://www.qt.io + arch = x86_64 + groups = qt5 + license = GPL3 + license = LGPL3 + license = FDL + license = custom + makedepends = git + depends = qt5-declarative + source = git+https://invent.kde.org/qt/qt/qtquickcontrols#commit=dcc90558d9c0cba41eec7df290943994289b0e87 + sha256sums = SKIP + +pkgname = qt5-quickcontrols diff --git a/PKGBUILD b/PKGBUILD index 04296a4..7aa776b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=qt5-quickcontrols _basever=5.15.11 -pkgver=5.15.10 +pkgver=5.15.11 pkgrel=1 _commit=dcc90558d9c0cba41eec7df290943994289b0e87 arch=('x86_64')