summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2019-08-12 13:21:54 +0200
committerTim Schumacher2019-08-12 13:21:54 +0200
commitbb3c455dfcc77801c5f184cdd7a88ea3d12ca7b6 (patch)
tree46a243e43413cff729adaea5d61adc02533a7b24
parent1fe1251c2a2f1fe37c431cc081783814224e856b (diff)
downloadaur-bb3c455dfcc77801c5f184cdd7a88ea3d12ca7b6.tar.gz
Update to 2.5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--gitahead.patch1
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aff04b18f30..0e491a39487e 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.8
+ pkgver = 2.5.9
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.8
+ source = git+https://github.com/gitahead/gitahead#tag=v2.5.9
source = gitahead.desktop
source = gitahead.patch
sha256sums = SKIP
sha256sums = 022132e59ea2a1ca43df8ca1e20a1f851fca6e61afe4899814619ca241df7f19
- sha256sums = 402b9d9ec41668a99054b524542f410a8e94607b06c58c103e25dab604b06094
+ sha256sums = 0c1320f33acb314b361ff69b4b5fbeda9dfd1a8c59528d27dc37ce111e42ab10
pkgname = gitahead
diff --git a/PKGBUILD b/PKGBUILD
index 80a7a3306829..f7d19d07a9e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gitahead
pkgrel=1
-pkgver=2.5.8
+pkgver=2.5.9
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'
- '402b9d9ec41668a99054b524542f410a8e94607b06c58c103e25dab604b06094')
+ '0c1320f33acb314b361ff69b4b5fbeda9dfd1a8c59528d27dc37ce111e42ab10')
prepare() {
cd "$srcdir/gitahead"
diff --git a/gitahead.patch b/gitahead.patch
index 89697df15969..07f148e4eef8 100644
--- a/gitahead.patch
+++ b/gitahead.patch
@@ -2,6 +2,7 @@ diff -urN gitahead/dep/CMakeLists.txt gitahead/dep/CMakeLists.txt
--- gitahead/dep/CMakeLists.txt 2019-03-28 16:25:09.753615593 +0100
+++ gitahead/dep/CMakeLists.txt 2019-03-28 16:19:28.866933275 +0100
@@ -1,4 +1,3 @@
+ find_package(PkgConfig)
-add_subdirectory(openssl)
add_subdirectory(libssh2)
add_subdirectory(libgit2)