Date: Friday, December 1, 2017 @ 13:56:59
  Author: felixonmars
Revision: 271015

upgpkg: deepin-notifications 3.1.2-2

depend on qt5integration instead of dtkwidget

Modified:
  deepin-notifications/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-12-01 13:56:43 UTC (rev 271014)
+++ PKGBUILD    2017-12-01 13:56:59 UTC (rev 271015)
@@ -5,12 +5,12 @@
 
 pkgname=deepin-notifications
 pkgver=3.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="System notifications for linuxdeepin desktop environment"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-notifications";
 license=('GPL3')
-depends=('dtkwidget' 'qt5-svg' 'qt5-declarative')
+depends=('deepin-qt5integration' 'qt5-svg' 'qt5-declarative')
 provides=('notification-daemon')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-notifications/archive/$pkgver.tar.gz";)

Reply via email to