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