diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer: Jeff_WuYo <62562200+Jeff-WuYo@users.noreply.github.com> # Contributor: The-Repo-Club <The-Repo-Club@github.com> pkgname=qt6gtk2 -pkgver=0.2 -pkgrel=3 +pkgver=0.3 +pkgrel=1 pkgdesc='GTK+2.0 integration plugins for Qt6' arch=('any') groups=('therepoclub') @@ -12,7 +12,7 @@ conflicts=($pkgname-git) depends=(qt6-base gtk2 libx11) source=("${pkgname}-$pkgver.tar.gz::${url}/releases/download/$pkgver/$pkgname-$pkgver.tar.xz" "${pkgname}.hook") -sha256sums=('22596853eb3ea663d8f28fb40d97195428b883ec571365ce1b03437f5c75f6bc' +sha256sums=('386d0665558f1ac7ec318f2741dd762ca8c9a4a071a2c5f181212641ad0658b3' '9c60620868ce7dc469985cdde56332e28ce9f60dd13d6dfa516e8d1ef94c7673') build() { |