summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2020-07-15 00:15:04 +0200
committerTim Schumacher2020-07-15 00:15:04 +0200
commit4e42dd969393d8588f32de9a07744485adbd04d1 (patch)
treebfe987c327e1c0e41008711b610ee3e5154f2e67 /PKGBUILD
parenta2699833bb52ea4c57137102b915be6d1345fc68 (diff)
downloadaur-4e42dd969393d8588f32de9a07744485adbd04d1.tar.gz
Update to 2.6.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e114f24ef27..d96bfd2f9990 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gitahead
pkgrel=2
-pkgver=2.6.2
+pkgver=2.6.3
pkgdesc='Understand your Git history!'
url='https://www.gitahead.com/'
arch=('x86_64')
@@ -17,19 +17,16 @@ source=(
"git+https://github.com/gitahead/gitahead#tag=v${pkgver}"
"gitahead.desktop"
"gitahead.patch"
- "qt-5.15-fixes.patch"
"fix-qt-theme.patch"
)
sha256sums=('SKIP'
'254b4e970a942c6ac94df177e54a6169fe7e5f5c5d0d92b6f0c0f03b7b7b2fb0'
'096e8f3700d7d74884e81eae3282fa1b4fad1cfa7a179ff03f1a7d89867538a0'
- '422f90259e5f312a75da1030524dfd6fa054d261376b73317bb9b9fffa8de4ad'
'569d9a08059907e002b6b0f1c0b5aa898a0a2bd616e93a6eb20dd617320b987a')
prepare() {
cd "$srcdir/gitahead"
patch --forward --strip=1 --input="../gitahead.patch"
- patch --forward --strip=1 --input="${srcdir}/qt-5.15-fixes.patch"
# From https://github.com/gitahead/gitahead/pull/445
patch --forward --strip=1 --input="${srcdir}/fix-qt-theme.patch"