diff --git a/srcpkgs/adwaita-qt/template b/srcpkgs/adwaita-qt/template index 5bce101fee..806050a89f 100644 --- a/srcpkgs/adwaita-qt/template +++ b/srcpkgs/adwaita-qt/template @@ -1,6 +1,6 @@ # Template file for 'adwaita-qt' pkgname=adwaita-qt -version=1.4.0 +version=1.4.1 revision=1 build_style=cmake hostmakedepends="qt5-host-tools qt5-qmake" @@ -10,4 +10,8 @@ maintainer="Piotr Wójcik " license="GPL-2.0-or-later" homepage="https://github.com/FedoraQt/adwaita-qt" distfiles="https://github.com/FedoraQt/adwaita-qt/archive/${version}.tar.gz" -checksum=f6ddfaf59f2c25f3401e1244c1e02733dc2079420d40452e5b2cbe45849c31d3 +checksum=834f2caaf031306b63b31ad6fec489482feda35e9aa260f205cbb976cde97b1d + +post_install() { + vdoc README.md +}