[arch-commits] Commit in deepin-polkit-agent/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Apr 26 23:05:00 UTC 2021


    Date: Monday, April 26, 2021 @ 23:05:00
  Author: felixonmars
Revision: 924626

upgpkg: deepin-polkit-agent 5.4.3-1

Modified:
  deepin-polkit-agent/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-26 22:55:09 UTC (rev 924625)
+++ PKGBUILD	2021-04-26 23:05:00 UTC (rev 924626)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-polkit-agent
-pkgver=5.3.0.3
+pkgver=5.4.3
 pkgrel=1
 pkgdesc='Deepin Polkit Agent'
 arch=('x86_64')
@@ -13,12 +13,14 @@
 makedepends=('qt5-tools')
 groups=('deepin')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz")
-sha512sums=('ad9f88ba0ffd73a694006c454b752d33f38902317c6ea2485fee04d1ac8583d880a4a8e032a91bf1a5bdce4a51f9ec956a56ebe23798832ef10c9e22143a6a18')
+sha512sums=('8793a73412eb74e68d72903c5ef0a901d8c8656441fff6b6e5cafa80098a79138e25eec60ffc20ebc09769af4aa22203c36d113cea7cb5429e94210006297368')
 
 prepare() {
   cd dde-polkit-agent-$pkgver
   # https://github.com/linuxdeepin/developer-center/issues/1721
   sed -i 's/bool is_deepin = true/bool is_deepin = false/' policykitlistener.cpp
+  # https://github.com/linuxdeepin/dde-polkit-agent/issues/26
+  sed -i '/setCancel/d' policykitlistener.cpp
 }
 
 build() {



More information about the arch-commits mailing list