summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2024-01-21 13:03:52 +0800
committerjustforlxz2024-01-21 13:03:52 +0800
commit1426de15f01b45e62aa0a4262acb5c4f99acb153 (patch)
tree71e0879059e6bf223111ea7f60d8ba4644bce337
parentaa201147407e431371d610c7a88659c85f00df5c (diff)
downloadaur-deepin-session-shell-git.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84994188705a..e97e39ca8201 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deepin-session-shell-git
pkgdesc = Deepin desktop-environment - session-shell module
- pkgver = 5.6.3.r9.g36589226
+ pkgver = 6.0.15.r0.g84449390
pkgrel = 1
url = https://github.com/linuxdeepin/dde-session-shell
arch = x86_64
@@ -13,11 +13,11 @@ pkgbase = deepin-session-shell-git
makedepends = qt5-tools
makedepends = gtest
makedepends = gmock
- depends = deepin-daemon-git
- depends = deepin-wallpapers-git
+ depends = deepin-daemon
+ depends = deepin-wallpapers
depends = gsettings-qt
depends = liblightdm-qt5
- depends = startdde-git
+ depends = startdde
provides = lightdm-deepin-greeter
provides = deepin-session-shell
conflicts = deepin-session-ui<5
diff --git a/PKGBUILD b/PKGBUILD
index d6c8f5b32580..304057e702d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: justforlxz <justforlxz@gmail.com>
pkgname=deepin-session-shell-git
-pkgver=5.6.3.r9.g36589226
+pkgver=6.0.15.r0.g84449390
pkgrel=1
pkgdesc='Deepin desktop-environment - session-shell module'
arch=('x86_64' 'aarch64')
url="https://github.com/linuxdeepin/dde-session-shell"
license=('GPL3')
-depends=('deepin-daemon-git' 'deepin-wallpapers-git' 'gsettings-qt' 'liblightdm-qt5' 'startdde-git')
+depends=('deepin-daemon' 'deepin-wallpapers' 'gsettings-qt' 'liblightdm-qt5' 'startdde')
makedepends=('git' 'cmake' 'ninja' 'qt5-tools' 'gtest' 'gmock')
conflicts=('deepin-session-ui<5' 'deepin-session-shell')
provides=('lightdm-deepin-greeter' 'deepin-session-shell')