diff options
author | Daniel Eklöf | 2021-08-29 10:19:01 +0200 |
---|---|---|
committer | Daniel Eklöf | 2021-08-29 10:19:01 +0200 |
commit | 89482e2c327d2647df081ac1b4b5987e7e281bc4 (patch) | |
tree | 24f21e9076f961eff25466b1c07187ce22413088 | |
parent | db27b80f009a18402884f1061b78865b39eaba62 (diff) | |
download | aur-89482e2c327d2647df081ac1b4b5987e7e281bc4.tar.gz |
Can’t call --reconfigure if the build directory doesn’t already exist
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = foot-git pkgdesc = Wayland terminal emulator - fast, lightweight and minimalistic pkgver = 1.9.0 - pkgrel = 2 + pkgrel = 3 url = https://codeberg.org/dnkl/foot arch = x86_64 arch = aarch64 @@ -2,7 +2,7 @@ pkgdesc='Wayland terminal emulator - fast, lightweight and minimalistic' pkgname=foot-git pkgver=1.9.0 -pkgrel=2 +pkgrel=3 conflicts=('foot') provides=('foot') arch=('x86_64' 'aarch64') @@ -53,7 +53,6 @@ build() { esac meson \ - --reconfigure \ --prefix=/usr \ --buildtype=release \ -Db_lto=true \ |