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

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Apr 16 14:30:58 UTC 2021


    Date: Friday, April 16, 2021 @ 14:30:58
  Author: yan12125
Revision: 919477

upgpkg: lxqt-panel 0.17.1-1

Modified:
  lxqt-panel/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-16 14:28:26 UTC (rev 919476)
+++ PKGBUILD	2021-04-16 14:30:58 UTC (rev 919477)
@@ -2,8 +2,8 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=lxqt-panel
-pkgver=0.16.1
-pkgrel=2
+pkgver=0.17.1
+pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
 groups=("lxqt")
@@ -26,11 +26,9 @@
 )
 source=(
 	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
-	"FS70386.patch"
 )
-sha256sums=('841a205ee80cb9a68aac1bb635789b883a14074448efec09c773b96cfe71ed4c'
-            'SKIP'
-            '9dcef7e79f05da8a1192d469aa9ff8a310b7382e3b5e253e956fa4f2f9435447')
+sha256sums=('1830fb5a595495176eed61cb0fc9d5535e3954ed6b8f04a741a4295883764ccc'
+            'SKIP')
 validpgpkeys=(
 	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
 	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
@@ -37,12 +35,6 @@
 	"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
 )
 
-prepare() {
-	cd "$pkgname-$pkgver"
-	# Backport of https://github.com/lxqt/lxqt-panel/pull/1601
-	patch -Np1 -i ../FS70386.patch
-}
-
 build() {
 	cmake -B build -S "$srcdir/$pkgname-$pkgver" \
 		-DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list