summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIyán Méndez Veiga2020-05-15 13:38:24 +0200
committerIyán Méndez Veiga2020-05-15 13:38:24 +0200
commit49b8e17b2cecb8e0101db62e05c3c772a74967e2 (patch)
treeff51280e45a4dd648bc3ed7bcac2458140dfad24 /PKGBUILD
parent98d896b0dab183640e3f27862a99d6c7750d813e (diff)
downloadaur-49b8e17b2cecb8e0101db62e05c3c772a74967e2.tar.gz
Update to 1.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ff6704ce7c3..f22434800066 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Martin Briza <m (at) rtinbriza (dot) cz>
pkgname=adwaita-qt
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
pkgdesc='A style to bend Qt applications to look like they belong into GNOME Shell'
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=('cmake' 'git')
optdepends=('qgnomeplatform: apply GNOME settings to Qt apps')
provides=('adwaita-qt5')
source=("https://github.com/FedoraQt/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('1e9880e537eaa2338e0686e87d28e3eebe3f43747fe93f6910caee1ddb9f167a')
+sha256sums=('2d798ff3a45065c7c89fd17e6d98ce6a5890ac789839c9d49df672f695f46ddd')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"