Date: Sunday, July 19, 2020 @ 23:10:45 Author: heftig Revision: 392293
3.36.3-1 Modified: gnome-disk-utility/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-19 19:48:36 UTC (rev 392292) +++ PKGBUILD 2020-07-19 23:10:45 UTC (rev 392293) @@ -1,10 +1,10 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> -# Maintainer: Jan de Groot <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Jan de Groot <[email protected]> # Contributor: Silvio Knizek (killermoehre) pkgname=gnome-disk-utility -pkgver=3.36.1 -pkgrel=2 +pkgver=3.36.3 +pkgrel=1 pkgdesc="Disk Management Utility for GNOME" url="https://gitlab.gnome.org/GNOME/gnome-disk-utility" arch=(x86_64) @@ -12,7 +12,7 @@ groups=(gnome) depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify parted systemd-libs) makedepends=(yelp-tools appstream-glib git meson) -_commit=3109f1c61ce4119e273438b26dcc22087cea3c36 # tags/3.36.1^0 +_commit=392c34b5665e7fc7f9186cc175f6b05e11c00273 # tags/3.36.3^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-disk-utility.git#commit=$_commit") sha256sums=('SKIP') @@ -23,7 +23,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
