Skip to content

Commit 4e1b852

Browse files
authored
Merge pull request #1519 from hadfl/atuin
atuin: update to 18.3.0
2 parents 0e7908d + be88194 commit 4e1b852

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build/atuin/build.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
. ../../lib/build.sh
1818

1919
PROG=atuin
20-
VER=18.2.0
20+
VER=18.3.0
2121
PKG=ooce/util/atuin
2222
SUMMARY="Magical shell history"
2323
DESC="Replaces your existing shell history with a SQLite database and "
@@ -33,6 +33,8 @@ BUILD_DEPENDS_IPS="
3333

3434
set_arch 64
3535

36+
export PROTOC_INCLUDE="$PREFIX/include"
37+
3638
init
3739
download_source $PROG v$VER
3840
patch_source

doc/packages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
| ooce/text/tree-sitter-langs | 0.12.196 | https://github.com/emacs-tree-sitter/tree-sitter-langs/releases | [omniosorg](https://github.com/omniosorg)
235235
| ooce/text/xsv | 0.13.0 | https://github.com/BurntSushi/xsv/releases | [omniosorg](https://github.com/omniosorg)
236236
| ooce/util/acmefetch | 0.8.1 | https://github.com/oetiker/AcmeFetch/releases | [omniosorg](https://github.com/omniosorg)
237-
| ooce/util/atuin | 18.2.0 | https://github.com/atuinsh/atuin/releases | [omniosorg](https://github.com/omniosorg)
237+
| ooce/util/atuin | 18.3.0 | https://github.com/atuinsh/atuin/releases | [omniosorg](https://github.com/omniosorg)
238238
| ooce/util/bat | 0.24.0 | https://github.com/sharkdp/bat/releases | [omniosorg](https://github.com/omniosorg)
239239
| ooce/util/diffr | 0.1.5 | https://github.com/mookid/diffr/tags | [omniosorg](https://github.com/omniosorg)
240240
| ooce/util/direnv | 2.34.0 | https://github.com/direnv/direnv/releases | [omniosorg](https://github.com/omniosorg)

0 commit comments

Comments
 (0)