makedeb
Wayland terminal emulator - fast, lightweight and minimalistic
Click here to go back to the commit logs for foot-bin.
Hash: 25cc5d38ce97df6cf06e3f66add001de10e1de07
Message: minor fix
diff --git a/.SRCINFO b/.SRCINFO
index 923332e..98eee47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
pkgbase = foot-bin
pkgdesc = Wayland terminal emulator - fast, lightweight and minimalistic
pkgver = 1.11.0
- pkgrel = 1
+ pkgrel = 2
url = https://codeberg.org/dnkl/foot
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 239a8e5..4c3e8b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname='foot-bin'
pkgdesc="Wayland terminal emulator - fast, lightweight and minimalistic"
_pkgname='foot'
pkgver=1.11.0
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'aarch64')
url='https://codeberg.org/dnkl/foot'
license=('mit')
@@ -24,7 +24,7 @@ sha512sums=('edf8130dfb52e06b6d8638115eca19695b24536f3f6b284e0319876edb95c3c8680
build() {
cd foot
- ./pgo/pgo.sh ${PGO} . build --prefix=/usr -Dterminfo=disabled -Dbenchmark=disabled --force-fallback-for fcft
+ ./pgo/pgo.sh ${PGO} . build --prefix=/usr -Dterminfo=disabled --force-fallback-for fcft
}
check() {