Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-editor
Commits:
9595c1ba by Felix Yan at 2026-01-20T03:26:31+08:00
upgpkg: 6.5.36-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-editor
pkgdesc = Simple editor for Deepin
- pkgver = 6.5.35
+ pkgver = 6.5.36
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.35
- sha512sums =
1775163b162828d6293043ae7210938dbf21229943f437fe6e60442bff9853e3fb75222cca656d2e98215658fc4ba889fe9a8aab91959f59c9b0b0eefbd289b7
+ source = git+https://github.com/linuxdeepin/deepin-editor.git#tag=6.5.36
+ sha512sums =
a358af7cf9581dbad459d19d988ab03915f0db997835950039017cccc7dc8aaa8f09dbb4baf1c7f7c92bc4ed8239a8840e7fdacc7ffebd4c69189bc2f17abced
pkgname = deepin-editor
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-editor
-pkgver=6.5.35
+pkgver=6.5.36
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=('1775163b162828d6293043ae7210938dbf21229943f437fe6e60442bff9853e3fb75222cca656d2e98215658fc4ba889fe9a8aab91959f59c9b0b0eefbd289b7')
+sha512sums=('a358af7cf9581dbad459d19d988ab03915f0db997835950039017cccc7dc8aaa8f09dbb4baf1c7f7c92bc4ed8239a8840e7fdacc7ffebd4c69189bc2f17abced')
prepare() {
cd deepin-editor
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-editor/-/commit/9595c1ba95dce7454f42413dc002b0e30d5c01c5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-editor/-/commit/9595c1ba95dce7454f42413dc002b0e30d5c01c5
You're receiving this email because of your account on gitlab.archlinux.org.