summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2021-11-25 23:25:02 +0100
committerFabioLolix2021-11-25 23:25:02 +0100
commitf94d87fe6364bcf54facd2f05a5b68c3593920a2 (patch)
tree97c102604439e40a5d9f1cf3c0207021a64633d6 /PKGBUILD
parent32223350bdfef8e1b6b37ef3fc7f683da99b6190 (diff)
downloadaur-easyssh-git.tar.gz
remove deprecated option
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84102d072d02..50c6a7e6c9ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=easyssh-git
-pkgver=1.7.6.r9.ge8b38620
+pkgver=1.7.7.r7.gfe585c9e
pkgrel=1
pkgdesc="SSH connection manager for Pantheon"
arch=(x86_64)
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname%-git}"
- meson build --prefix=/usr -D libunity=false -D ubuntu-bionic-patched-vte=false -D patched-vte=true
+ meson build --prefix=/usr -D ubuntu-bionic-patched-vte=false -D patched-vte=true
ninja -C build
}