Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-terminal
Commits:
599de447 by Felix Yan at 2026-03-02T07:15:42+08:00
upgpkg: 6.5.27-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = deepin-terminal
pkgdesc = Default terminal emulation application for Deepin
- pkgver = 6.5.22
- pkgrel = 2
+ pkgver = 6.5.27
+ pkgrel = 1
url = https://github.com/linuxdeepin/deepin-terminal
arch = x86_64
groups = deepin-extra
@@ -26,7 +26,7 @@ pkgbase = deepin-terminal
depends = libsecret
depends = libxcb
optdepends = zssh: for remote management support
- source =
git+https://github.com/linuxdeepin/deepin-terminal.git#tag=6.5.22
- sha512sums =
8f5a2d7cc11b8a58498b66b219e70304a3607be829e8cf549c3e493626dd92a6616ce46a0e1e4fe2a7ce713aefc6dc5764be08a1d8e44205b56332fda3d17c89
+ source =
git+https://github.com/linuxdeepin/deepin-terminal.git#tag=6.5.27
+ sha512sums =
d5087a60e843de5deaf50ecba5091443747336911100461557ddc885343c41b43a83e042a1f9640d7f841e6900957e34fee13c10cc396e12345cebdb0737e02c
pkgname = deepin-terminal
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=deepin-terminal
-pkgver=6.5.22
-pkgrel=2
+pkgver=6.5.27
+pkgrel=1
pkgdesc='Default terminal emulation application for Deepin'
arch=('x86_64')
url="https://github.com/linuxdeepin/deepin-terminal"
@@ -16,7 +16,7 @@ makedepends=('git' 'cmake' 'ninja' 'lxqt-build-tools'
'qt6-tools')
optdepends=('zssh: for remote management support')
groups=('deepin-extra')
source=("git+https://github.com/linuxdeepin/deepin-terminal.git#tag=$pkgver")
-sha512sums=('8f5a2d7cc11b8a58498b66b219e70304a3607be829e8cf549c3e493626dd92a6616ce46a0e1e4fe2a7ce713aefc6dc5764be08a1d8e44205b56332fda3d17c89')
+sha512sums=('d5087a60e843de5deaf50ecba5091443747336911100461557ddc885343c41b43a83e042a1f9640d7f841e6900957e34fee13c10cc396e12345cebdb0737e02c')
build(){
cd deepin-terminal
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-terminal/-/commit/599de4472b996454f503633d69631e92b3a0ea0f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-terminal/-/commit/599de4472b996454f503633d69631e92b3a0ea0f
You're receiving this email because of your account on gitlab.archlinux.org.