┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f72d704..b0ed001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,19 +54,13 @@ optdepends=('ffmpegthumbs: video thumbnails'
'purpose: share context menu')
groups=(kde-applications
kde-system)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
- https://invent.kde.org/system/dolphin/-/commit/6032b785.patch)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('1da30767f62d78edc9b556305c98aac89e063249e432735d2dd478d322e45add'
- 'SKIP'
- 'fd189cf40e65fd48b3ffb83f7d2e4315572fd519261fd05682b06b7722c0adad')
+ 'SKIP')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <[email protected]>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <[email protected]>
D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <[email protected]>
-prepare() {
- patch -d $pkgname-$pkgver -p1 < 6032b785.patch # Fix session restore
-}
-
build() {
cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF