[arch-commits] Commit in deepin-shortcut-viewer/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Dec 1 13:52:50 UTC 2017
Date: Friday, December 1, 2017 @ 13:52:49
Author: felixonmars
Revision: 271001
upgpkg: deepin-shortcut-viewer 1.3.3-2
depend on qt5integration instead of dtkwidget
Modified:
deepin-shortcut-viewer/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-01 13:52:03 UTC (rev 271000)
+++ PKGBUILD 2017-12-01 13:52:49 UTC (rev 271001)
@@ -5,12 +5,12 @@
pkgname=deepin-shortcut-viewer
pkgver=1.3.3
-pkgrel=1
+pkgrel=2
pkgdesc='Deepin Shortcut Viewer'
arch=('x86_64')
url="https://github.com/linuxdeepin/deepin-shortcut-viewer"
license=('GPL3')
-depends=('dtkwidget')
+depends=('deepin-qt5integration')
makedepends=('qt5-tools')
groups=('deepin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz")
More information about the arch-commits
mailing list