Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-application-manager
Commits:
af3f01b3 by Felix Yan at 2025-09-29T17:25:37+08:00
upgpkg: 1.2.34-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-application-manager
pkgdesc = App manager of Deepin Desktop Environment
- pkgver = 1.2.33
+ pkgver = 1.2.34
pkgrel = 1
url = https://github.com/linuxdeepin/dde-application-manager
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = deepin-application-manager
depends = gcc-libs
depends = systemd-libs
depends = startdde
- source =
git+https://github.com/linuxdeepin/dde-application-manager.git#tag=1.2.33
- sha512sums =
a5c53f5ec5018f82e3c84e39a7fc71f46f01937140654ced9209969e186bd16e75de31f3d4d07d390073fdc3b6ae5ce8381292ca5ad47d73f9deb1aa5aef6137
+ source =
git+https://github.com/linuxdeepin/dde-application-manager.git#tag=1.2.34
+ sha512sums =
e7b03103d0bc3af863d4db51c5ed04cb815bc62c4623abe4041b8c23156befa236f43643d9ebf80a923eeb882869d1e1f4a59545166cc81d3fbc69056211d669
pkgname = deepin-application-manager
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-application-manager
-pkgver=1.2.33
+pkgver=1.2.34
pkgrel=1
pkgdesc='App manager of Deepin Desktop Environment'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('dtk6core' 'qt6-base' 'glibc' 'gcc-libs'
'systemd-libs' 'startdde')
makedepends=('git' 'cmake' 'ninja' 'gtest')
groups=('deepin')
source=("git+https://github.com/linuxdeepin/dde-application-manager.git#tag=$pkgver")
-sha512sums=('a5c53f5ec5018f82e3c84e39a7fc71f46f01937140654ced9209969e186bd16e75de31f3d4d07d390073fdc3b6ae5ce8381292ca5ad47d73f9deb1aa5aef6137')
+sha512sums=('e7b03103d0bc3af863d4db51c5ed04cb815bc62c4623abe4041b8c23156befa236f43643d9ebf80a923eeb882869d1e1f4a59545166cc81d3fbc69056211d669')
build() {
cd dde-application-manager
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-application-manager/-/commit/af3f01b35f2e2bbc22d042a97d20ea173343a781
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-application-manager/-/commit/af3f01b35f2e2bbc22d042a97d20ea173343a781
You're receiving this email because of your account on gitlab.archlinux.org.