summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-08-02 17:50:51 +0200
committerhaawda2020-08-02 17:50:51 +0200
commit3549fce2943e6badf7334fbf5f4aed6e88006c6e (patch)
tree1571faced7e6447fd8b1df8e90ebbfa282dbe8b9
parent6441e63d56345705972267e4c280ca131a8b9f7a (diff)
downloadaur-3549fce2943e6badf7334fbf5f4aed6e88006c6e.tar.gz
typo in patch, sorry
-rw-r--r--PKGBUILD2
-rw-r--r--qt-5.15+gentoo.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb79872471ed..d28505f681a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('GPL')
depends=('qt5-base' 'desktop-file-utils' 'hicolor-icon-theme')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rodlie/$pkgname/archive/$pkgver.tar.gz" qt-5.15+gentoo.patch)
sha256sums=('58c6af502b606e63f96e8aec96b65ca9125be18ecdd5e4680ccaf50e9c40b064'
- '143a664ccd9b677924f6168d7d358201b8693a03f3a0c76efe348f7b39489b99')
+ '34271a58f32eeed01ab2db408505e8a1cef20f4a60a372ba78c5607b404eb010')
prepare() {
cd $pkgname-${pkgver//_/-}
diff --git a/qt-5.15+gentoo.patch b/qt-5.15+gentoo.patch
index 9e9a0e58c8d7..5c286c792d75 100644
--- a/qt-5.15+gentoo.patch
+++ b/qt-5.15+gentoo.patch
@@ -4,7 +4,7 @@ diff -Naur qtfm-6.2.0.orig/libfm/iconlist.cpp qtfm-6.2.0.new/libfm/iconlist.cpp
@@ -1,5 +1,7 @@
#include "iconlist.h"
-+#include <QpainterPath>
++#include <QPainterPath>
+
QSize IconListDelegate::sizeHint(const QStyleOptionViewItem &option,
const QModelIndex &index) const