summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang, DingYuan2020-11-14 11:09:06 +0800
committerZhang, DingYuan2020-11-14 11:09:06 +0800
commit5323111a2b5ad72b91b65ed46c3fc5c2b7430556 (patch)
treeda9e3a751c68408d290b067cc100b829ec64dcdd
parent0cb8ba209856a004569c1692cdcd7c511f3cef63 (diff)
downloadaur-5323111a2b5ad72b91b65ed46c3fc5c2b7430556.tar.gz
update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b96b4572c0c..34325db01edb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dtkgui-git
pkgdesc = Deepin Toolkit, gui module for DDE look and feel
- pkgver = 5.2.2.18.r1.g0e9633f
+ pkgver = 5.2.2.18.r3.g124068b
pkgrel = 1
url = https://github.com/linuxdeepin/dtkgui
arch = x86_64
@@ -8,6 +8,9 @@ pkgbase = dtkgui-git
license = LGPL3
makedepends = git
makedepends = qt5-tools
+ makedepends = dtkcore-git
+ makedepends = librsvg
+ makedepends = qt5-x11extras
depends = dtkcore-git
depends = librsvg
depends = qt5-x11extras
diff --git a/PKGBUILD b/PKGBUILD
index ca6b6c1b621e..2ae8b94fe59f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: DingYuan Zhang <justforlxz@gmail.com>
pkgname=dtkgui-git
-pkgver=5.2.2.18.r1.g0e9633f
+pkgver=5.2.2.18.r3.g124068b
pkgrel=1
pkgdesc='Deepin Toolkit, gui module for DDE look and feel'
arch=('x86_64')
url="https://github.com/linuxdeepin/dtkgui"
license=('LGPL3')
depends=('dtkcore-git' 'librsvg' 'qt5-x11extras')
-makedepends=('git' 'qt5-tools')
+makedepends=('git' 'qt5-tools' 'dtkcore-git' 'librsvg' 'qt5-x11extras')
conflicts=('dtkgui')
provides=('dtkgui')
groups=('deepin-git')