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

Felix Yan felixonmars at archlinux.org
Fri May 8 17:14:00 UTC 2020


    Date: Friday, May 8, 2020 @ 17:14:00
  Author: felixonmars
Revision: 625721

upgpkg: deepin-editor 5.6.7-2: fix dependency

Modified:
  deepin-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-08 17:00:30 UTC (rev 625720)
+++ PKGBUILD	2020-05-08 17:14:00 UTC (rev 625721)
@@ -2,12 +2,12 @@
 
 pkgname=deepin-editor
 pkgver=5.6.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple editor for Deepin'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-editor"
 license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
+depends=('deepin-qt5integration' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
 makedepends=('cmake' 'qt5-tools')
 groups=('deepin-extra')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz")



More information about the arch-commits mailing list