Skip to content

feh: update from from 2.23.2 to 2.25.1 #665

Merged
merged 1 commit into from
Mar 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion feh.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
#!/usr/bin/env beesh

# BEE_VERSION feh-2.23.2-0
# BEE_VERSION feh-2.25.1-1

SRCURL[0]="https://feh.finalrewind.org/feh-${PKGVERSION}.tar.bz2"

# PATCHURL+=()

# EXCLUDE+=()

# Builtin EXIF tag display support, support --auto-rotate
export exif=1

# Support naturing sorting (`--version-sort`). Spawns compiler warning.
export verscmp=1

# build_in_sourcedir

# sourcesubdir_append src
Expand Down