author | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:51:11 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:51:11 UTC |
parent | 4400e460ea5c55e25fa3d767036ba9b436ff044a |
.SRCINFO | +17 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..8a4521b --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,17 @@ +pkgbase = qt5-webchannel + pkgdesc = Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients + pkgver = 5.15.11+kde+r3 + 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/qtwebchannel#commit=f84887c1aee4ab04af375e639ae965c9ea2186a5 + sha256sums = SKIP + +pkgname = qt5-webchannel diff --git a/PKGBUILD b/PKGBUILD index d65e7ba..c60db85 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=qt5-webchannel _basever=5.15.11 -pkgver=5.15.10+kde+r3 +pkgver=5.15.11+kde+r3 pkgrel=1 _commit=f84887c1aee4ab04af375e639ae965c9ea2186a5 arch=('x86_64')