summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGitGangGuy2021-06-04 23:41:15 +0200
committerGitGangGuy2021-06-04 23:41:15 +0200
commit943cf4c0eb49c40ed9fe4cf530d5d7e4c78115dd (patch)
treef32c80f48ff588eeb62d21c649d110fe01cb89e9 /PKGBUILD
parentd0c5f6e73d1dd73e4c5a9f10894d27be862062b9 (diff)
downloadaur-943cf4c0eb49c40ed9fe4cf530d5d7e4c78115dd.tar.gz
build: update to 1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 698e88face85..efb0ed6a4f77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
+# Maintainer: Victor Homic <aur (at) dothomic (dot) de>
+# Contributor: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
# Contributor: Aniket Pradhan <aniket17133 (at) iiitd (dot) ac (dot) in>
# Contributor: Martin Briza <m (at) rtinbriza (dot) cz>
pkgname=adwaita-qt
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc='A style to bend Qt applications to look like they belong into GNOME Shell'
arch=('x86_64')
@@ -13,7 +14,7 @@ depends=('qt5-x11extras')
makedepends=('cmake' 'git')
optdepends=('qgnomeplatform: apply GNOME settings to Qt apps')
source=("https://github.com/FedoraQt/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('2087d6ace0ba32cae18e3f9bd91061dd4828b9be6677add073b9449071aa4f10')
+sha256sums=('4566061d65773ff9947775a30d92fa004816c3ff5d1357c83de63b3772bc5f4a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"