Skip to content

Commit

Permalink
foot: update to 1.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
icp1994 authored and classabbyamp committed Apr 12, 2023
1 parent 25a099d commit 805c322
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions srcpkgs/foot/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Template file for 'foot'
pkgname=foot
version=1.13.1
version=1.14.0
revision=1
build_style=meson
configure_args="-Dwerror=false"
configure_args="-Dwerror=false -Ddefault-utempter-path=/usr/lib/utempter/utempter"
hostmakedepends="pkg-config scdoc wayland-devel"
makedepends="fcft-devel libutf8proc-devel libxkbcommon-devel ncurses-devel tllist
wayland-devel wayland-protocols"
depends="${pkgname}-terminfo>=${version}_${revision}"
depends="${pkgname}-terminfo>=${version}_${revision} libutempter"
short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
maintainer="Isaac Freund <mail@isaacfreund.com>"
license="MIT"
homepage="https://codeberg.org/dnkl/foot"
changelog="https://codeberg.org/dnkl/foot/src/branch/master/CHANGELOG.md"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=604f777fdaccfc1ee2d20376cc5688a819dcd6b7113725880cc973194fd6c737
distfiles="https://codeberg.org/dnkl/foot/archive/${version}.tar.gz"
checksum=9a306951bc6bdce150364bccb0fb4b67720f50e98e9ac1de89792c1c1aa30690
conf_files="/etc/xdg/foot/foot.ini"

post_install() {
Expand Down

0 comments on commit 805c322

Please sign in to comment.