summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-10-30 10:36:24 +0100
committerFabioLolix2022-10-30 10:36:24 +0100
commitea1956a0589fb0981945615bdcbc6c8127b65c13 (patch)
treeb6bdf63bfb5319622e50e6a50170de73e232729f
parentdae29f51a10d7952caa5f6b34fc0de95b9ae2327 (diff)
downloadaur-ea1956a0589fb0981945615bdcbc6c8127b65c13.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cef91edd625d..b89a0d5625a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gittyup-git
pkgdesc = Graphical Git client (GitAhead fork)
- pkgver = 1.1.1.r287.gd1575bb
+ pkgver = 1.2.0.r0.gb663589
pkgrel = 1
url = https://github.com/Murmele/Gittyup
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = gittyup-git
depends = lua
depends = cmark
depends = pcre
+ depends = libssh2
optdepends = git-lfs: git-lfs support
optdepends = libgnome-keyring: for GNOME Keyring for auth credentials
optdepends = qt5-translations: translations
diff --git a/PKGBUILD b/PKGBUILD
index 6c8cca4a4889..529491fc7f3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# Contributor: Whovian9369 <Whovian9369@gmail.com>
pkgname=gittyup-git
-pkgver=1.1.1.r287.gd1575bb
+pkgver=1.2.0.r0.gb663589
pkgrel=1
pkgdesc="Graphical Git client (GitAhead fork)"
url="https://github.com/Murmele/Gittyup"
arch=(x86_64)
license=(MIT)
-depends=(qt5-base hunspell lua cmark pcre)
+depends=(qt5-base hunspell lua cmark pcre libssh2)
makedepends=(git cmake ninja qt5-tools qt5-translations ) #libgit2 libgnome-keyring
optdepends=('git-lfs: git-lfs support'
'libgnome-keyring: for GNOME Keyring for auth credentials'
@@ -47,7 +47,7 @@ prepare() {
git config submodule.test/dep/zip.url "${srcdir}/zip"
git config submodule.dep/scintilla/lexilla.url "${srcdir}/lexilla"
git config submodule.dep/scintilla/scintillua.url "${srcdir}/scintillua"
- git -c protocol.file.allow=always submodule--helper update
+ git -c protocol.file.allow=always submodule update
[[ -d build ]] || mkdir build
}