summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2021-04-30 13:25:37 +0800
committerjustforlxz2021-04-30 13:25:37 +0800
commit59f9e14019aa1bf2fa10453c5cca651737974451 (patch)
tree81c59f25316178e760e0fd04e20137efb9a94814
parent1a927f168c22fc9743d2314aed5840c8759b7446 (diff)
downloadaur-59f9e14019aa1bf2fa10453c5cca651737974451.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a43c99b8b50a..139cc3f856be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deepin-session-shell-git
pkgdesc = Deepin desktop-environment - session-shell module
- pkgver = 5.4.9.r55.g372190b
+ pkgver = 5.4.9.r60.g83c9ef5
pkgrel = 1
url = https://github.com/linuxdeepin/dde-session-shell
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = deepin-session-shell-git
makedepends = ninja
makedepends = qt5-tools
makedepends = gtest
+ makedepends = gmock
depends = deepin-daemon-git
depends = deepin-wallpapers
depends = gsettings-qt
diff --git a/PKGBUILD b/PKGBUILD
index 73c7f98acc4b..014dd2778675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: justforlxz <justforlxz@gmail.com>
pkgname=deepin-session-shell-git
-pkgver=5.4.9.r55.g372190b
+pkgver=5.4.9.r60.g83c9ef5
pkgrel=1
pkgdesc='Deepin desktop-environment - session-shell module'
arch=('x86_64')
url="https://github.com/linuxdeepin/dde-session-shell"
license=('GPL3')
depends=('deepin-daemon-git' 'deepin-wallpapers' 'gsettings-qt' 'liblightdm-qt5' 'startdde-git')
-makedepends=('git' 'cmake' 'ninja' 'qt5-tools' 'gtest')
+makedepends=('git' 'cmake' 'ninja' 'qt5-tools' 'gtest' 'gmock')
conflicts=('deepin-session-ui<5' 'deepin-session-shell')
provides=('lightdm-deepin-greeter' 'deepin-session-shell')
groups=('deepin-git')