summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 594c28470bc0..ec4b19bb725e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = easyssh-git
pkgdesc = SSH connection manager for Pantheon
- pkgver = 1.7.6.r9.ge8b38620
+ pkgver = 1.7.7.r7.gfe585c9e
pkgrel = 1
url = https://github.com/muriloventuroso/easyssh
arch = x86_64
@@ -18,4 +18,3 @@ pkgbase = easyssh-git
sha256sums = SKIP
pkgname = easyssh-git
-
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
}