chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
72c6911
)
pick: Update from 1.5.2 to 1.5.3
author
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 9 Dec 2016 21:39:39 +0000
(16:39 -0500)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 9 Dec 2016 21:39:39 +0000
(16:39 -0500)
packages/pick/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/pick/build.sh
b/packages/pick/build.sh
index fc74ad99bf869042043dba69333052e689aa286e..a4e36526b66de150a5a073999625fe6abf8b2e6f 100644
(file)
--- a/
packages/pick/build.sh
+++ b/
packages/pick/build.sh
@@
-1,5
+1,7
@@
-TERMUX_PKG_HOMEPAGE=https://github.com/
thoughtbot
/pick
+TERMUX_PKG_HOMEPAGE=https://github.com/
calleerlandsson
/pick
TERMUX_PKG_DESCRIPTION="Utility to choose one option from a set of choices with fuzzy search functionality"
TERMUX_PKG_DESCRIPTION="Utility to choose one option from a set of choices with fuzzy search functionality"
-TERMUX_PKG_VERSION=1.5.2
-TERMUX_PKG_SRCURL=https://github.com/thoughtbot/pick/releases/download/v${TERMUX_PKG_VERSION}/pick-${TERMUX_PKG_VERSION}.tar.gz
+TERMUX_PKG_VERSION=1.5.3
+TERMUX_PKG_SRCURL=https://github.com/calleerlandsson/pick/releases/download/v${TERMUX_PKG_VERSION}/pick-${TERMUX_PKG_VERSION}.tar.gz
+TERMUX_PKG_SHA256=925f5736cdc44455305678030b190e7ee359bd710af4cfaf0388d6d27e21bc93
TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_DEPENDS="ncurses"
+TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_search_setupterm=-lncurses"