Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-terminal
Commits:
951d8cc6 by Felix Yan at 2025-12-10T13:00:27+00:00
upgpkg: 6.5.21-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.20
- pkgrel = 2
+ pkgver = 6.5.21
+ 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.20
- sha512sums =
fb6d87f2d7bfa5a830d768f90020ac9b2350704568387096f48070613058586cff256db9c03de7355621560b9c17fcbe4ffd9715f1651a361d075157313a8fcd
+ source =
git+https://github.com/linuxdeepin/deepin-terminal.git#tag=6.5.21
+ sha512sums =
fdd9cdac07385da270917942e88722a9f06794c5527f318c5fd2440101788abda98162b2539f319cba531cbabfcd2e28e48c897811095591283b3825d54f0634
pkgname = deepin-terminal
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=deepin-terminal
-pkgver=6.5.20
-pkgrel=2
+pkgver=6.5.21
+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=('fb6d87f2d7bfa5a830d768f90020ac9b2350704568387096f48070613058586cff256db9c03de7355621560b9c17fcbe4ffd9715f1651a361d075157313a8fcd')
+sha512sums=('fdd9cdac07385da270917942e88722a9f06794c5527f318c5fd2440101788abda98162b2539f319cba531cbabfcd2e28e48c897811095591283b3825d54f0634')
build(){
cd deepin-terminal
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-terminal/-/commit/951d8cc62d8fee11be211548ab0691c9f82df103
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-terminal/-/commit/951d8cc62d8fee11be211548ab0691c9f82df103
You're receiving this email because of your account on gitlab.archlinux.org.