git » solid.git » commit 3bf04d4

KDE Frameworks 5.77

author Antonio Rojas
2020-12-12 09:55:07 UTC
committer Antonio Rojas
2020-12-12 09:55:07 UTC
parent 40331d900276af2a19e61d0bf88a8c621bda29e5

KDE Frameworks 5.77

PKGBUILD +4 -10

diff --git a/PKGBUILD b/PKGBUILD
index 4cfbb7e..3ac16c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=solid
-pkgver=5.76.0
+pkgver=5.77.0
 pkgrel=1
 pkgdesc='Hardware integration and detection'
 arch=(x86_64)
@@ -13,17 +13,11 @@ depends=(qt5-base media-player-info upower udisks2)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen qt5-declarative)
 optdepends=('qt5-declarative: QML bindings')
 groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
-         solid-find-imobiledevice.patch)
-sha256sums=('7958d047c8bd7622f91541acbe2d554c222218419ee18f395059a09fb90d264d'
-            'SKIP'
-            '0209d2415cc1c43c789878284b95d5e6d9e45ec59dc20193adcdf9e444cdb65b')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('67d066bcaadffa98960346639e8adacf7a3253fdc10d085d32b9c43fba59d921'
+            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../solid-find-imobiledevice.patch # Fix plist and imobiledevice detection
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF \