Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-tray-loader
Commits:
d1022e5b by Felix Yan at 2024-11-23T02:06:49+08:00
upgpkg: 1.0.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-tray-loader
pkgdesc = A set of tray plugins that integrated into task bar and the
tool loader which can load the plugins
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/linuxdeepin/dde-tray-loader
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = deepin-tray-loader
depends = wayland
depends = xcb-util-image
depends = xcb-util-wm
- source =
git+https://github.com/linuxdeepin/dde-tray-loader.git#tag=1.0.3
- sha512sums =
a6bcbc64a2b10fec2e597f6a265962601af52c69bc844c26fe61777182f88e9487b82ed8488843f9b2daf59504d4f7b1a9d2b849eacca65c9da270d6f76757f9
+ source =
git+https://github.com/linuxdeepin/dde-tray-loader.git#tag=1.0.4
+ sha512sums =
1743aebaae779e3b8890db5058763015aae71cd762d5306ade388b7e734a2d7006a06291d1b620dddd0517be00ada0c69e2715e5f7281f71b7fc4d2f28fc3ba3
pkgname = deepin-tray-loader
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: justforlxz <[email protected]>
pkgname=deepin-tray-loader
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc='A set of tray plugins that integrated into task bar and the tool
loader which can load the plugins'
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('dconf' 'deepin-qt-dbus-factory' 'dtkcore' 'dtkgui'
'dtkwidget' 'gcc-li
'xcb-util-wm')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'ninja' 'qt5-tools')
source=("git+https://github.com/linuxdeepin/dde-tray-loader.git#tag=$pkgver")
-sha512sums=('a6bcbc64a2b10fec2e597f6a265962601af52c69bc844c26fe61777182f88e9487b82ed8488843f9b2daf59504d4f7b1a9d2b849eacca65c9da270d6f76757f9')
+sha512sums=('1743aebaae779e3b8890db5058763015aae71cd762d5306ade388b7e734a2d7006a06291d1b620dddd0517be00ada0c69e2715e5f7281f71b7fc4d2f28fc3ba3')
build() {
cd dde-tray-loader
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-tray-loader/-/commit/d1022e5b170578420dd072db45da1991e88ff8be
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-tray-loader/-/commit/d1022e5b170578420dd072db45da1991e88ff8be
You're receiving this email because of your account on gitlab.archlinux.org.