[arch-commits] Commit in krename/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 1 06:57:57 UTC 2022


    Date: Thursday, September 1, 2022 @ 06:57:57
  Author: arojas
Revision: 1289784

upgpkg: krename 5.0.2-1: Update to 5.0.2

Modified:
  krename/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-01 06:55:04 UTC (rev 1289783)
+++ PKGBUILD	2022-09-01 06:57:57 UTC (rev 1289784)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger <eric at archlinux.org>
 
 pkgname=krename
-pkgver=5.0.1
-pkgrel=4
+pkgver=5.0.2
+pkgrel=1
 pkgdesc='A very powerful batch file renamer'
 arch=(x86_64)
 url='https://www.krename.net'
@@ -10,17 +10,11 @@
 license=(GPL)
 depends=(kio kjs exiv2 podofo taglib hicolor-icon-theme)
 makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
-        https://invent.kde.org/utilities/krename/-/commit/9e21688a.patch)
-sha256sums=('caac78afd3ba06613df47bbd1570bb900acf4185547354d6eb588e70656f6a7d'
-            'SKIP'
-            'e17096ee9b92b368341bdfc3c3398c0cfc0c3340b8c62dff010385e692b70d10')
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('b23c60a7ddd9f6db4dd7f55ac55fcca8a558fa68aaf8fa5cb89e1eaf692f23ed'
+            'SKIP')
 validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heirecka at exherbo.org>
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < 9e21688a.patch # Fix launching from desktop file on Wayland
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF



More information about the arch-commits mailing list