summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2019-09-02 19:11:27 +0200
committerTim Schumacher2019-09-02 19:11:27 +0200
commitc72fdcb609c56c1793a35ddba2825347473badaf (patch)
tree0836df5d62800aa37c4d52b75361e3c1f8e7c874 /PKGBUILD
parent34d0872e54e71480c1da2d4335dc034b835f451e (diff)
downloadaur-c72fdcb609c56c1793a35ddba2825347473badaf.tar.gz
Update to 2.5.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3b9fb2692d1..bbcca55fdf80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gitahead
pkgrel=1
-pkgver=2.5.9
+pkgver=2.5.10
pkgdesc='Graphical Git client that helps you understand and manage your source history'
url='https://www.gitahead.com/'
arch=('x86_64')
@@ -14,7 +14,8 @@ license=('MIT')
depends=('desktop-file-utils' 'qt5-base' 'git')
makedepends=('cmake' 'ninja' 'git')
source=(
- "git+https://github.com/gitahead/gitahead#tag=v${pkgver}"
+# "git+https://github.com/gitahead/gitahead#tag=v${pkgver}"
+ "git+https://github.com/gitahead/gitahead#commit=2c8ccb5890b1059bba6147d06c2a28faa0a7d75e"
"gitahead.desktop"
"gitahead.patch"
)