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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Apr 25 02:55:35 UTC 2020


    Date: Saturday, April 25, 2020 @ 02:55:35
  Author: yan12125
Revision: 619743

upgpkg: lxqt-globalkeys 0.15.0-1

Modified:
  lxqt-globalkeys/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 02:54:46 UTC (rev 619742)
+++ PKGBUILD	2020-04-25 02:55:35 UTC (rev 619743)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=lxqt-globalkeys
-pkgver=0.14.3
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
 arch=("x86_64")
@@ -14,21 +14,15 @@
 source=(
 	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
 	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
-	$pkgname-qt5.14.patch::https://github.com/lxqt/lxqt-globalkeys/commit/c9ec69850428e599fba282c32e51868b815e3019.patch
 )
-sha256sums=('e6b92c5d9b61ad95ab30d70ecf0b30fd20ef1713910cce366e97e0dd7101f455'
-            'SKIP'
-            '368744b010e494e018ddfca8d44b3917b7e851b683821c2faebc5ecf63ccda72')
+sha256sums=('ce54a1f62a3ec8a5ae0db5639df14141f4fea70643b915fb91c05c31fcbedbf1'
+            'SKIP')
 validpgpkeys=(
 	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
 	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+	"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
 )
 
-prepare() {
-	cd $pkgname-$pkgver
-	patch -Np1 -i ../$pkgname-qt5.14.patch
-}
-
 build() {
 	mkdir -p build
 	cd build



More information about the arch-commits mailing list