author | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:53:18 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:53:18 UTC |
parent | 960b3f02fa2850880aa0cc66b541d16a38e39929 |
.SRCINFO | +19 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..c219221 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = qt5-remoteobjects + pkgdesc = Inter-process communication (IPC) module developed for Qt + 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 = qt5-declarative + makedepends = git + depends = qt5-base + optdepends = qt5-declarative: QML bindings + source = git+https://invent.kde.org/qt/qt/qtremoteobjects#commit=bdc316aca82769b43cb7821c10d80a1ca02b846e + sha256sums = SKIP + +pkgname = qt5-remoteobjects diff --git a/PKGBUILD b/PKGBUILD index a8f85dd..2712dfc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=qt5-remoteobjects _basever=5.15.11 -pkgver=5.15.10 +pkgver=5.15.11 pkgrel=1 _commit=bdc316aca82769b43cb7821c10d80a1ca02b846e arch=(x86_64)