Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-tray-loader
Commits:
9d69a6ae by Felix Yan at 2024-10-21T23:44:31+03:00
upgpkg: 1.0.1-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.0
+ pkgver = 1.0.1
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.0
- sha512sums =
d61442ceb88a7bf5722541319cd2780a46a98a33b0abcda83893decded9ad6f341cdb283ea3e00580b5c2be1e0963910176e630a7beb6acb76dbd3abbe0a84d8
+ source =
git+https://github.com/linuxdeepin/dde-tray-loader.git#tag=1.0.1
+ sha512sums =
15aacb8cf46de34861c6d929e7e8603140a47317c1ff3beb3a8196581c75df19350dfe36acd4227e99e2c7327562d8a8bc1200e8b635fc959612750dbdfd0c30
pkgname = deepin-tray-loader
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: justforlxz <[email protected]>
pkgname=deepin-tray-loader
-pkgver=1.0.0
+pkgver=1.0.1
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=('d61442ceb88a7bf5722541319cd2780a46a98a33b0abcda83893decded9ad6f341cdb283ea3e00580b5c2be1e0963910176e630a7beb6acb76dbd3abbe0a84d8')
+sha512sums=('15aacb8cf46de34861c6d929e7e8603140a47317c1ff3beb3a8196581c75df19350dfe36acd4227e99e2c7327562d8a8bc1200e8b635fc959612750dbdfd0c30')
build() {
cd dde-tray-loader
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-tray-loader/-/commit/9d69a6ae82e58172e2035a0dbd8bdfe061dd7d1d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-tray-loader/-/commit/9d69a6ae82e58172e2035a0dbd8bdfe061dd7d1d
You're receiving this email because of your account on gitlab.archlinux.org.