summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAniket Pradhan2019-07-29 21:30:33 +0530
committerAniket Pradhan2019-07-29 21:30:33 +0530
commitce41e2631f39795ded2ec266c1409ff80e235418 (patch)
treeeba9caf6d22117923501c360827080c97984a091 /PKGBUILD
parent47e73991f8b377aafa2efbe9aa6b7cd64a2433a7 (diff)
downloadaur-ce41e2631f39795ded2ec266c1409ff80e235418.tar.gz
Upgraded to v1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ef5c808c8d2..101d4d504417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Martin Briza <m@rtinbriza.cz>
pkgname=adwaita-qt
-pkgver=1.0
+pkgver=1.1.0
pkgrel=1
pkgdesc='A style to bend Qt applications to look like they belong into GNOME Shell'
arch=('x86_64')
@@ -13,8 +13,8 @@ makedepends=('cmake' 'git')
optdepends=('qgnomeplatform: apply GNOME settings to Qt apps')
conflicts=('adwaita-qt-common' 'adwaita-qt-git')
replaces=('adwaita-qt-common' 'adwaita-qt-git')
-source=("https://github.com/FedoraQt/adwaita-qt/archive/1.0.tar.gz")
-sha256sums=('c2c0c71b131d0e3e58ee108570796cf70b35dccaa64ce17915d4486de5e91513')
+source=("https://github.com/FedoraQt/adwaita-qt/archive/1.1.0.tar.gz")
+sha256sums=('a7d535e42ff56a4851eeb0572b920c2e76ae0bdd87fe21a8503242fe6e7327f6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"