Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-editor
Commits:
4d93b01a by Felix Yan at 2026-03-07T01:41:50+08:00
upgpkg: 6.5.38-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-editor
pkgdesc = Simple editor for Deepin
- pkgver = 6.5.37
+ pkgver = 6.5.38
pkgrel = 1
url = https://github.com/linuxdeepin/deepin-editor
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = deepin-editor
depends = syntax-highlighting
depends = libchardet
depends = uchardet
- source = git+https://github.com/linuxdeepin/deepin-editor.git#tag=6.5.37
- sha512sums =
cf71a5a60af2913771af445b3bfc5e364ba2441ea83e5cf172f6fd9a56e37fe5ae286a55c4fda965a4e216e1c602df9fda4403010154fb1e9eafd85469c073ac
+ source = git+https://github.com/linuxdeepin/deepin-editor.git#tag=6.5.38
+ sha512sums =
8e64c393cf31b73e4c1704434a46abf19ba8adac27a98a74c9da051baf3dcc22f9db004655913cdce6a21fc9b036bc951492c51a3d54966e7fc5674e6cfdc305
pkgname = deepin-editor
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-editor
-pkgver=6.5.37
+pkgver=6.5.38
pkgrel=1
pkgdesc='Simple editor for Deepin'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('dtk6core' 'dtk6gui' 'dtk6widget' 'dtk6declarative'
'gcc-libs'
makedepends=('git' 'cmake' 'gmock' 'gtest' 'ninja' 'qt6-tools')
groups=('deepin-extra')
source=("git+https://github.com/linuxdeepin/deepin-editor.git#tag=$pkgver")
-sha512sums=('cf71a5a60af2913771af445b3bfc5e364ba2441ea83e5cf172f6fd9a56e37fe5ae286a55c4fda965a4e216e1c602df9fda4403010154fb1e9eafd85469c073ac')
+sha512sums=('8e64c393cf31b73e4c1704434a46abf19ba8adac27a98a74c9da051baf3dcc22f9db004655913cdce6a21fc9b036bc951492c51a3d54966e7fc5674e6cfdc305')
prepare() {
cd deepin-editor
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-editor/-/commit/4d93b01a11a36046e632652ee32e7c4ceb05932f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-editor/-/commit/4d93b01a11a36046e632652ee32e7c4ceb05932f
You're receiving this email because of your account on gitlab.archlinux.org.