From 32cd5b970d3f517544c1a60835d93ab6f9c21356 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 22 Jun 2020 15:23:00 +0300 Subject: [PATCH] desktop-file-utils: bump revision --- x11-packages/desktop-file-utils/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-packages/desktop-file-utils/build.sh b/x11-packages/desktop-file-utils/build.sh index f3a35a373..95181e791 100644 --- a/x11-packages/desktop-file-utils/build.sh +++ b/x11-packages/desktop-file-utils/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Command line utilities for working with desktop entries" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="Leonid Pliushch " TERMUX_PKG_VERSION=0.26 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=b26dbde79ea72c8c84fb7f9d870ffd857381d049a86d25e0038c4cef4c747309 TERMUX_PKG_DEPENDS="glib"