summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Eklöf2022-08-22 15:02:46 +0200
committerDaniel Eklöf2022-08-22 15:02:46 +0200
commit9ef8891e59e28d35922cbdef05ffae8b88694341 (patch)
treeb3e3c1d27b9d2181c9ff3ce6511e364cc78cece4
parent589546000ae198c82be1cdc718effa5e73f420d1 (diff)
downloadaur-9ef8891e59e28d35922cbdef05ffae8b88694341.tar.gz
Update to 1.13.0, add ‘git’ to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53fd1c24aa9c..38f0a71b9483 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = foot-git
pkgdesc = Wayland terminal emulator - fast, lightweight and minimalistic
- pkgver = 1.12.1
+ pkgver = 1.13.0
pkgrel = 1
url = https://codeberg.org/dnkl/foot
arch = x86_64
arch = aarch64
license = mit
checkdepends = check
+ makedepends = git
makedepends = meson
makedepends = ninja
makedepends = scdoc
diff --git a/PKGBUILD b/PKGBUILD
index 49990ac1269e..a026ddc12d95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,14 +31,14 @@ PGO=auto
pkgdesc='Wayland terminal emulator - fast, lightweight and minimalistic'
pkgname=(foot-git foot-themes-git)
-pkgver=1.12.1
+pkgver=1.13.0
pkgrel=1
conflicts=('foot')
provides=('foot')
arch=('x86_64' 'aarch64')
url=https://codeberg.org/dnkl/foot
license=(mit)
-makedepends=('meson' 'ninja' 'scdoc' 'python' 'wayland-protocols' 'tllist') # ‘llvm’, for PGO with clang
+makedepends=('git' 'meson' 'ninja' 'scdoc' 'python' 'wayland-protocols' 'tllist') # ‘llvm’, for PGO with clang
checkdepends=('check')
depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'libutf8proc' 'ncurses' 'fcft>=3.0.0')
optdepends=("foot-terminfo: alternative to ncurses' terminfo, with additional non-standard capabilities"