xsel: avoid using 'local' keyword outside of functions
This commit is contained in:
parent
f3a0e56734
commit
4b9fbfbb32
|
@ -3,8 +3,8 @@ TERMUX_PKG_DESCRIPTION="Command-line program for getting and setting the content
|
|||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_MAINTAINER="Doron Behar <me@doronbehar.com>"
|
||||
TERMUX_PKG_VERSION=1.2.0.20190505
|
||||
TERMUX_PKG_REVISION=3
|
||||
local _COMMIT=24bee9c7f4dc887eabb2783f21cbf9734d723d72
|
||||
TERMUX_PKG_REVISION=4
|
||||
_COMMIT=24bee9c7f4dc887eabb2783f21cbf9734d723d72
|
||||
TERMUX_PKG_SRCURL=https://github.com/kfish/xsel/archive/24bee9c7f4dc887eabb2783f21cbf9734d723d72.zip
|
||||
TERMUX_PKG_SHA256=9b9b92deece971201d75b8932a743e8a6b597c4b146de193f54d09a58da15624
|
||||
TERMUX_PKG_DEPENDS="libx11"
|
||||
|
|
Loading…
Reference in New Issue