author | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:53:06 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:53:06 UTC |
parent | d80df91ecb131fd63f1140413cac173a0fc526ed |
.SRCINFO | +18 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..e970695 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,18 @@ +pkgbase = qt5-quickcontrols2 + pkgdesc = Next generation user interface controls based on Qt Quick + pkgver = 5.15.11+kde+r5 + 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 + optdepends = qt5-graphicaleffects: for the Material style + source = git+https://invent.kde.org/qt/qt/qtquickcontrols2#commit=a2d56960dd76c94a5115b5415be5ee174d377718 + sha256sums = SKIP + +pkgname = qt5-quickcontrols2 diff --git a/PKGBUILD b/PKGBUILD index 77734d3..bf4a58d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=qt5-quickcontrols2 _basever=5.15.11 -pkgver=5.15.10+kde+r6 +pkgver=5.15.11+kde+r5 pkgrel=1 _commit=a2d56960dd76c94a5115b5415be5ee174d377718 arch=('x86_64')