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

Felix Yan felixonmars at archlinux.org
Mon Oct 29 11:18:07 UTC 2018


    Date: Monday, October 29, 2018 @ 11:18:06
  Author: felixonmars
Revision: 399422

upgpkg: deepin-launcher 4.5.0-2

fix dependency on xdg-user-dirs

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-29 11:16:48 UTC (rev 399421)
+++ PKGBUILD	2018-10-29 11:18:06 UTC (rev 399422)
@@ -4,13 +4,13 @@
 
 pkgname=deepin-launcher
 pkgver=4.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-launcher"
 license=('GPL3')
 depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'deepin-qt5integration' 'deepin-menu'
-         'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools')
+         'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools' 'xdg-user-dirs')
 makedepends=('cmake')
 conflicts=('dde-launcher')
 replaces=('dde-launcher')



More information about the arch-commits mailing list