Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-editor
Commits:
e86a37cf by Felix Yan at 2025-02-05T02:07:37+08:00
upgpkg: 6.5.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-editor
pkgdesc = Simple editor for Deepin
- pkgver = 6.5.2
+ pkgver = 6.5.3
pkgrel = 1
url = https://github.com/linuxdeepin/deepin-editor
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = deepin-editor
depends = syntax-highlighting5
depends = libchardet
depends = uchardet
- source = git+https://github.com/linuxdeepin/deepin-editor.git#tag=6.5.2
- sha512sums =
74afc7b002550b19b5434c28e39f261cf48e0936d412c4c49538212a0b3b66b92afb842515ea234b3c140b4af000fd522441258076ec1cce52aba6d3fdfb96a8
+ source = git+https://github.com/linuxdeepin/deepin-editor.git#tag=6.5.3
+ sha512sums =
9f8204e8e7c9fc39d280afa437253b694e8efc379c6c25a13f06e740c6a6ffdc53a55596d614d823e782f29559ebc76ce13a4d9bcfe0053c9051374e4937b6b4
pkgname = deepin-editor
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-editor
-pkgver=6.5.2
+pkgver=6.5.3
pkgrel=1
pkgdesc='Simple editor for Deepin'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('deepin-qt5integration' 'dtkcore' 'dtkgui'
'dtkwidget' 'deepin-qt-dbus-
makedepends=('git' 'cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
groups=('deepin-extra')
source=("git+https://github.com/linuxdeepin/deepin-editor.git#tag=$pkgver")
-sha512sums=('74afc7b002550b19b5434c28e39f261cf48e0936d412c4c49538212a0b3b66b92afb842515ea234b3c140b4af000fd522441258076ec1cce52aba6d3fdfb96a8')
+sha512sums=('9f8204e8e7c9fc39d280afa437253b694e8efc379c6c25a13f06e740c6a6ffdc53a55596d614d823e782f29559ebc76ce13a4d9bcfe0053c9051374e4937b6b4')
prepare() {
cd deepin-editor
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-editor/-/commit/e86a37cf09c1e90f8395abbc91210649a56b38e6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-editor/-/commit/e86a37cf09c1e90f8395abbc91210649a56b38e6
You're receiving this email because of your account on gitlab.archlinux.org.