[arch-commits] Commit in deepin-calendar/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Dec 1 13:42:12 UTC 2017
Date: Friday, December 1, 2017 @ 13:42:11
Author: felixonmars
Revision: 270973
upgpkg: deepin-calendar 1.1.1-2
depend on qt5integration instead of dtkwidget
Modified:
deepin-calendar/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-01 13:42:02 UTC (rev 270972)
+++ PKGBUILD 2017-12-01 13:42:11 UTC (rev 270973)
@@ -5,12 +5,12 @@
pkgname=deepin-calendar
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Calendar for Deepin Desktop Environment'
arch=('x86_64')
url="https://github.com/linuxdeepin/dde-calendar"
license=('GPL3')
-depends=('dtkwidget')
+depends=('deepin-qt5integration')
makedepends=('qt5-tools' 'deepin-gettext-tools')
groups=('deepin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz")
More information about the arch-commits
mailing list