summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2018-08-14 20:23:35 +0200
committerFabioLolix2018-08-14 20:23:35 +0200
commit267e061b70344ec7cd4cc3cf1d196541cbe6eb2d (patch)
treea72006b4ef4a3f10239df894e6ed1a23eb22b602
parent9762605d3857002d88e6c6a464ddfcbe61f210ad (diff)
downloadaur-267e061b70344ec7cd4cc3cf1d196541cbe6eb2d.tar.gz
add needed build flag
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02fec696851a..abd5c4681904 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = easyssh-git
pkgdesc = SSH connection manager for Pantheon
- pkgver = 1.2.7.r8.g1c2fdeb
+ pkgver = 1.2.10.r6.ga037eaf
pkgrel = 1
url = https://github.com/muriloventuroso/easyssh
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bedf6b75c0b3..7c38c39b678d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=easyssh-git
-pkgver=1.2.7.r8.g1c2fdeb
+pkgver=1.2.10.r6.ga037eaf
pkgrel=1
pkgdesc="SSH connection manager for Pantheon"
-arch=('x86_64')
-url='https://github.com/muriloventuroso/easyssh'
-license=('GPL3')
-depends=('libgranite.so' 'gtk3')
-makedepends=('vala' 'meson' 'ninja' 'git')
+arch=(x86_64)
+url="https://github.com/muriloventuroso/easyssh"
+license=(GPL3)
+depends=(libgranite.so gtk3)
+makedepends=(vala meson ninja git)
provides=(easyssh)
conflicts=(easyssh)
source=("${pkgname}::git+${url}.git")
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "${pkgname}"
- meson build --prefix=/usr
+ meson build --prefix=/usr -D libunity=false
ninja -C build
}