summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLolix2019-06-30 23:57:51 +0200
committerLolix2019-06-30 23:57:51 +0200
commit9bf1df8f271ce41be44a23e7b9a0bc1fa91f8a8b (patch)
tree8115bef50c7306b12c950b3734ea3ebd05861820 /PKGBUILD
parent170f0664578403d4a93ce99059f80116e89975dd (diff)
downloadaur-9bf1df8f271ce41be44a23e7b9a0bc1fa91f8a8b.tar.gz
add vte3 deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d477e5f8945..f263d9748472 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=easyssh
-pkgver=1.5.3
+pkgver=1.6.1
pkgrel=1
pkgdesc="SSH connection manager for Pantheon"
arch=(x86_64)
url="https://github.com/muriloventuroso/easyssh"
license=(GPL3)
-depends=(libgranite.so gtk3)
+depends=(libgranite.so gtk3 vte3)
makedepends=(vala meson ninja)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/muriloventuroso/easyssh/archive/${pkgver}.tar.gz")
-sha256sums=('beec50d1a17e0a31db8bfc538dee109a73f2692ae7fd249663f9d1fa44b1c29f')
+sha256sums=('2a84f3c117e4af37667689150df8a7010cb838959843231a368d97ab8550afb0')
build() {
cd ${srcdir}/${pkgname}-${pkgver}