summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2020-09-15 14:11:03 +0200
committerTim Schumacher2020-09-15 14:11:03 +0200
commit4971307770c668012b3ee0d6392e219fec5ec755 (patch)
treeeb592b44066004d67b48de293c77971137c1f4f1 /PKGBUILD
parent4e42dd969393d8588f32de9a07744485adbd04d1 (diff)
downloadaur-4971307770c668012b3ee0d6392e219fec5ec755.tar.gz
Remove the Qt theming patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d96bfd2f9990..2f52e24d30d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Angelo Theodorou <encelo@gmail.com>
pkgname=gitahead
-pkgrel=2
+pkgrel=3
pkgver=2.6.3
pkgdesc='Understand your Git history!'
url='https://www.gitahead.com/'
@@ -17,20 +17,17 @@ source=(
"git+https://github.com/gitahead/gitahead#tag=v${pkgver}"
"gitahead.desktop"
"gitahead.patch"
- "fix-qt-theme.patch"
)
-sha256sums=('SKIP'
- '254b4e970a942c6ac94df177e54a6169fe7e5f5c5d0d92b6f0c0f03b7b7b2fb0'
- '096e8f3700d7d74884e81eae3282fa1b4fad1cfa7a179ff03f1a7d89867538a0'
- '569d9a08059907e002b6b0f1c0b5aa898a0a2bd616e93a6eb20dd617320b987a')
+sha256sums=(
+ 'SKIP'
+ '254b4e970a942c6ac94df177e54a6169fe7e5f5c5d0d92b6f0c0f03b7b7b2fb0'
+ '096e8f3700d7d74884e81eae3282fa1b4fad1cfa7a179ff03f1a7d89867538a0'
+)
prepare() {
cd "$srcdir/gitahead"
patch --forward --strip=1 --input="../gitahead.patch"
- # From https://github.com/gitahead/gitahead/pull/445
- patch --forward --strip=1 --input="${srcdir}/fix-qt-theme.patch"
-
git submodule update --init --recursive
}