Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / deepin-editor
Commits: ad3063d4 by Felix Yan at 2025-02-25T16:47:52+08:00 upgpkg: 6.5.6-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = deepin-editor pkgdesc = Simple editor for Deepin - pkgver = 6.5.5 + pkgver = 6.5.6 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.5 - sha512sums = dc4fabe5fc04f15d1901d917087072526a8ca5c6b16548ba1184fd1c35e0a432cd84af07647fc62b63712e3b3977d52c8bf44d8cd44ccb0cb94b1217c8eda344 + source = git+https://github.com/linuxdeepin/deepin-editor.git#tag=6.5.6 + sha512sums = ea5ccf0378fa876cd43239fac833c45fcdd6a327a3a4be90f985c10857acdfcf62b385296ad8ad9956b9dab78a171e99bd6fc5700c7cee3764c3d5963e976138 pkgname = deepin-editor ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=deepin-editor -pkgver=6.5.5 +pkgver=6.5.6 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=('dc4fabe5fc04f15d1901d917087072526a8ca5c6b16548ba1184fd1c35e0a432cd84af07647fc62b63712e3b3977d52c8bf44d8cd44ccb0cb94b1217c8eda344') +sha512sums=('ea5ccf0378fa876cd43239fac833c45fcdd6a327a3a4be90f985c10857acdfcf62b385296ad8ad9956b9dab78a171e99bd6fc5700c7cee3764c3d5963e976138') prepare() { cd deepin-editor View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-editor/-/commit/ad3063d4e8519ecc65184c62b0702c0719789600 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-editor/-/commit/ad3063d4e8519ecc65184c62b0702c0719789600 You're receiving this email because of your account on gitlab.archlinux.org.