scrot: Bump to 1.10

This commit is contained in:
Tee KOBAYASHI 2023-06-16 04:02:22 +09:00 committed by xtkoba
parent b5f9dcf353
commit 9f8d47930b
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ TERMUX_PKG_DESCRIPTION="Simple command-line screenshot utility for X"
TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_LICENSE_FILE="COPYING"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.9
TERMUX_PKG_VERSION=1.10
TERMUX_PKG_SRCURL=https://github.com/resurrecting-open-source-projects/scrot/releases/download/${TERMUX_PKG_VERSION}/scrot-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=0a29373b57139d72a14ea94c9566d17305ffcc1e5bc2e74c81bcf60024a0fcc3
TERMUX_PKG_SHA256=d3fb2fb962c1921030a442448afb1994d77d40192868da1b4cdeade0066bf36f
TERMUX_PKG_DEPENDS="imlib2, libx11, libxcomposite, libxext, libxfixes, libxinerama"
termux_step_pre_configure() {

View File

@ -6,6 +6,6 @@
+#include "getsubopt.h"
+
#include "config.h"
#include "note.h"
#include "options.h"
#include "scrot.h"