summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2024-05-11 18:07:59 +0800
committerjustforlxz2024-05-11 18:07:59 +0800
commita1a5776406de342f20f39b6693be683d667a9562 (patch)
treed7249b17993c8a8106e9f6fe960bf89206453e9d
parented45a0d3cb4308cb23bc1c349ce2db395c649cda (diff)
downloadaur-a1a5776406de342f20f39b6693be683d667a9562.tar.gz
update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d90193f45309..a71934bf3f1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,18 +10,18 @@ pkgbase = dde-shell-git
makedepends = git
makedepends = qt6-tools
makedepends = qt5-tools
- makedepends = dtk6declarative-git
+ makedepends = dtk6declarative
makedepends = qt5-wayland
makedepends = qt6-wayland
- makedepends = dtkgui-git
- makedepends = dtkwidget-git
+ makedepends = dtkgui
+ makedepends = dtkwidget
makedepends = cmake
makedepends = ninja
- depends = dtk6declarative-git
+ depends = dtk6declarative
depends = qt5-wayland
depends = qt6-wayland
- depends = dtkgui-git
- depends = dtkwidget-git
+ depends = dtkgui
+ depends = dtkwidget
provides = dde-shell
conflicts = dde-shell
source = git+https://github.com/linuxdeepin/dde-shell.git
diff --git a/PKGBUILD b/PKGBUILD
index d17b4d73c7da..7477b7ba7562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,20 +8,20 @@ pkgdesc='New DDE shell'
arch=('x86_64' 'aarch64')
url="https://github.com/linuxdeepin/dde-shell"
license=('LGPL3')
-depends=('dtk6declarative-git'
+depends=('dtk6declarative'
'qt5-wayland'
'qt6-wayland'
- 'dtkgui-git'
- 'dtkwidget-git'
+ 'dtkgui'
+ 'dtkwidget'
)
makedepends=('git'
'qt6-tools'
'qt5-tools'
- 'dtk6declarative-git'
+ 'dtk6declarative'
'qt5-wayland'
'qt6-wayland'
- 'dtkgui-git'
- 'dtkwidget-git'
+ 'dtkgui'
+ 'dtkwidget'
'cmake'
'ninja'
)