summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIlya Fedin2023-11-08 21:45:46 +0400
committerIlya Fedin2023-11-08 21:45:46 +0400
commit190306a4585224a00420b8e0bed8cea4a49115f3 (patch)
tree4c00780f28cd618228e881de3159cb949d2d8f1f /PKGBUILD
parent2736b6df122cc368f87cdb24c35e3e24bd109242 (diff)
downloadaur-190306a4585224a00420b8e0bed8cea4a49115f3.tar.gz
Update to 1.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b9e9b49c539..be66635d5930 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,20 @@
pkgname=qt5ct-kde
_pkgname=qt5ct
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc='Qt5 Configuration Utility, patched to work correctly with KDE applications'
arch=(x86_64)
url='https://qt5ct.sourceforge.io/'
license=(BSD)
-depends=(qqc2-desktop-style)
+depends=(qqc2-desktop-style5)
makedepends=(cmake qt5-tools)
conflicts=(qt5ct)
provides=(qt5ct)
source=(https://downloads.sourceforge.net/project/$_pkgname/$_pkgname-$pkgver.tar.bz2
qt5ct-shenanigans.patch)
-sha256sums=('ed58546a6e4c50dfed1b9ff6a148d4a468fe9b4d7b5b2727b96501de2955b8d7'
- '56872b502f8bf6a3475e4ad0678a2f46d4e1cd544d8324c133442704c2388f7f')
+sha256sums=('23b74054415ea4124328772ef9a6f95083a9b86569e128034a3ff75dfad808e9'
+ '7f31cc741b386588f5dcc90433d21817ac07ab3a1b419a740a32c05b0087e1e9')
prepare() {
patch -d $_pkgname-$pkgver -p1 < qt5ct-shenanigans.patch # The magic