author | Antonio Rojas
<arojas@archlinux.org> 2023-09-29 06:49:16 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-09-29 06:49:16 UTC |
parent | 7648353b39853b8e5f4901af247072f546480073 |
.SRCINFO | +20 | -0 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..6bfef77 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,20 @@ +pkgbase = qt5-wayland + pkgdesc = Provides APIs for Wayland + pkgver = 5.15.10+kde+r62 + pkgrel = 1 + url = https://www.qt.io + arch = x86_64 + groups = qt + groups = qt5 + license = GPL3 + license = LGPL3 + license = FDL + license = custom + makedepends = vulkan-headers + makedepends = git + depends = qt5-declarative + depends = libxcomposite + source = git+https://invent.kde.org/qt/qt/qtwayland#commit=8167ea2432a8313ffd130e071aa31570de52e97b + sha256sums = SKIP + +pkgname = qt5-wayland diff --git a/PKGBUILD b/PKGBUILD index 13e3b2d..0a49429 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,9 +3,9 @@ pkgname=qt5-wayland _basever=5.15.10 -pkgver=5.15.10+kde+r58 +pkgver=5.15.10+kde+r62 pkgrel=1 -_commit=88eba87b497b91d53e6fda5a3613b94bf8735861 +_commit=8167ea2432a8313ffd130e071aa31570de52e97b arch=('x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom')