summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Eklöf2022-02-05 21:00:36 +0100
committerDaniel Eklöf2022-02-05 21:00:36 +0100
commitb5746cf6b901d84d839b851b8446a6a4ccda8b13 (patch)
treebb3e99097c963860f982370cbe26167ca4ed6edc
parent41f49485df12c2832c42b940865f1b9409784d61 (diff)
downloadaur-b5746cf6b901d84d839b851b8446a6a4ccda8b13.tar.gz
Update to 1.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e723d211466..2ec3e01cd2b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = foot-git
pkgdesc = Wayland terminal emulator - fast, lightweight and minimalistic
- pkgver = 1.10.3
- pkgrel = 2
+ pkgver = 1.11.0
+ pkgrel = 1
url = https://codeberg.org/dnkl/foot
arch = x86_64
arch = aarch64
@@ -19,7 +19,7 @@ pkgbase = foot-git
depends = fontconfig
depends = libutf8proc
depends = ncurses
- depends = fcft
+ depends = fcft>=3.0.0
optdepends = foot-terminfo: alternative to ncurses' terminfo, with additional non-standard capabilities
optdepends = foot-themes: color schemes
optdepends = libnotify: desktop notifications
diff --git a/PKGBUILD b/PKGBUILD
index 9ca93c6c68e5..f131cc68eafb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,8 +31,8 @@ PGO=auto
pkgdesc='Wayland terminal emulator - fast, lightweight and minimalistic'
pkgname=(foot-git foot-themes-git)
-pkgver=1.10.3
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
conflicts=('foot')
provides=('foot')
arch=('x86_64' 'aarch64')
@@ -40,7 +40,7 @@ url=https://codeberg.org/dnkl/foot
license=(mit)
makedepends=('meson' 'ninja' 'scdoc' 'python' 'wayland-protocols' 'tllist') # ‘llvm’, for PGO with clang
checkdepends=('check')
-depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'libutf8proc' 'ncurses' 'fcft')
+depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'libutf8proc' 'ncurses' 'fcft>=3.0.0')
optdepends=("foot-terminfo: alternative to ncurses' terminfo, with additional non-standard capabilities"
"foot-themes: color schemes"
"libnotify: desktop notifications"