summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2019-07-18 13:13:16 +0200
committerTim Schumacher2019-07-18 13:13:16 +0200
commit1fe1251c2a2f1fe37c431cc081783814224e856b (patch)
tree1b4541c8091eb1f5a052d9d8955459d18aa6fef6
parent163330fb2ffb0e37577c9c3afd8a38002faec8e2 (diff)
downloadaur-1fe1251c2a2f1fe37c431cc081783814224e856b.tar.gz
Update to 2.5.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--gitahead.patch4
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 399a46735987..6aff04b18f30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitahead
pkgdesc = Graphical Git client that helps you understand and manage your source history
- pkgver = 2.5.7
+ pkgver = 2.5.8
pkgrel = 1
url = https://www.gitahead.com/
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = gitahead
makedepends = ninja
depends = desktop-file-utils
depends = qt5-base
- source = git+https://github.com/gitahead/gitahead#tag=v2.5.7
+ source = git+https://github.com/gitahead/gitahead#tag=v2.5.8
source = gitahead.desktop
source = gitahead.patch
sha256sums = SKIP
sha256sums = 022132e59ea2a1ca43df8ca1e20a1f851fca6e61afe4899814619ca241df7f19
- sha256sums = 154bedf8ae6bc8300aa31f92b37acf04bbbc25f8a61a681b72ca360a640fc162
+ sha256sums = 402b9d9ec41668a99054b524542f410a8e94607b06c58c103e25dab604b06094
pkgname = gitahead
diff --git a/PKGBUILD b/PKGBUILD
index abe4bd128b7b..80a7a3306829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gitahead
pkgrel=1
-pkgver=2.5.7
+pkgver=2.5.8
pkgdesc='Graphical Git client that helps you understand and manage your source history'
url='https://www.gitahead.com/'
arch=('x86_64')
@@ -20,7 +20,7 @@ source=(
)
sha256sums=('SKIP'
'022132e59ea2a1ca43df8ca1e20a1f851fca6e61afe4899814619ca241df7f19'
- '154bedf8ae6bc8300aa31f92b37acf04bbbc25f8a61a681b72ca360a640fc162')
+ '402b9d9ec41668a99054b524542f410a8e94607b06c58c103e25dab604b06094')
prepare() {
cd "$srcdir/gitahead"
diff --git a/gitahead.patch b/gitahead.patch
index 4e9d8e6767b9..89697df15969 100644
--- a/gitahead.patch
+++ b/gitahead.patch
@@ -11,10 +11,10 @@ diff -urN gitahead/pack/CMakeLists.txt gitahead/pack/CMakeLists.txt
+++ gitahead/pack/CMakeLists.txt 2019-03-28 16:23:57.830278953 +0100
@@ -147,7 +147,7 @@
endif()
-
+
# Install SSL libraries.
-if(NOT APPLE)
+if(FALSE)
if(WIN32)
if(CMAKE_CL_64)
- set(SSL_LIB_SUFFIX "-1_1-x64.dll") \ No newline at end of file
+ set(SSL_LIB_SUFFIX "-1_1-x64.dll")