author | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:52:20 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:52:20 UTC |
parent | 6a9ffd62ff345c2824de924353be9241ec76e6db |
.SRCINFO | +17 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..22586c3 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,17 @@ +pkgbase = qt5-graphicaleffects + pkgdesc = Graphical effects for use with Qt Quick 2 + 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/qtgraphicaleffects#commit=cce7d784237cd2dd4af1abe2757d048e34e02685 + sha256sums = SKIP + +pkgname = qt5-graphicaleffects diff --git a/PKGBUILD b/PKGBUILD index 6a2d229..2ae222d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=qt5-graphicaleffects _basever=5.15.11 -pkgver=5.15.10 +pkgver=5.15.11 pkgrel=1 _commit=cce7d784237cd2dd4af1abe2757d048e34e02685 arch=('x86_64')