author | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:53:31 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:53:31 UTC |
parent | 38003feeb232ba6e8324cd45e00bb814a492e395 |
.SRCINFO | +17 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..b85e41a --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,17 @@ +pkgbase = qt5-scxml + pkgdesc = Static and runtime integration of SCXML models into Qt code + 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/qtscxml#commit=e8727aabe55526956295407d27317ec15e12b283 + sha256sums = SKIP + +pkgname = qt5-scxml diff --git a/PKGBUILD b/PKGBUILD index 2db1c1d..1a3ec29 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=qt5-scxml _basever=5.15.11 -pkgver=5.15.10 +pkgver=5.15.11 pkgrel=1 _commit=e8727aabe55526956295407d27317ec15e12b283 arch=('x86_64')