From 79058989ded1b7c73f7d8977db2d2425f0b93f14 Mon Sep 17 00:00:00 2001 From: Antoine Fontaine Date: Sun, 8 Dec 2019 06:17:57 +0100 Subject: [PATCH] testing/gtk4.0: bump the pkgrel The pkgrel has not been updated, so the previous commit didn't do anything Closes !1997 --- community/gtk4.0/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/gtk4.0/APKBUILD b/community/gtk4.0/APKBUILD index fae18df5487..25a418fa5fd 100644 --- a/community/gtk4.0/APKBUILD +++ b/community/gtk4.0/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen pkgname=gtk4.0 pkgver=3.96.0 -pkgrel=0 +pkgrel=1 pkgdesc="The GTK Toolkit (v4)" url="https://www.gtk.org/" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall"