Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-draw
Commits:
d1755204 by Felix Yan at 2026-03-04T11:32:40+00:00
upgpkg: 6.5.22-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-draw
pkgdesc = A lightweight drawing tool for Linux Deepin
- pkgver = 6.5.21
+ pkgver = 6.5.22
pkgrel = 1
url = https://github.com/linuxdeepin/deepin-draw
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = deepin-draw
depends = gcc-libs
depends = deepin-picker
depends = adobe-source-han-sans-otc-fonts
- source = git+https://github.com/linuxdeepin/deepin-draw.git#tag=6.5.21
- sha512sums =
e9d30462e00313fb4e8035280a1079d129d2b504ee38c050f2ca11c066e7f5522bdf7141d687beb5d8aa76f65e74ec479f7ecc444e0772355050b006a6ff64da
+ source = git+https://github.com/linuxdeepin/deepin-draw.git#tag=6.5.22
+ sha512sums =
c7bd4c604cfc4c8b5b7e2d51cb577fa1f241a64d68388094e71d3bbf55d8aaac481c29fa3a166c816922c0745afc6789cd352dc2398ba680ecf275a1de500a0d
pkgname = deepin-draw
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-draw
-pkgver=6.5.21
+pkgver=6.5.22
pkgrel=1
pkgdesc="A lightweight drawing tool for Linux Deepin"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('dtk6core' 'dtk6gui' 'dtk6widget' 'qt6-base'
'qt6-svg' 'gcc-libs' 'deep
makedepends=('git' 'cmake' 'qt6-tools' 'clang' 'qt6-declarative')
groups=('deepin-extra')
source=("git+https://github.com/linuxdeepin/deepin-draw.git#tag=$pkgver")
-sha512sums=('e9d30462e00313fb4e8035280a1079d129d2b504ee38c050f2ca11c066e7f5522bdf7141d687beb5d8aa76f65e74ec479f7ecc444e0772355050b006a6ff64da')
+sha512sums=('c7bd4c604cfc4c8b5b7e2d51cb577fa1f241a64d68388094e71d3bbf55d8aaac481c29fa3a166c816922c0745afc6789cd352dc2398ba680ecf275a1de500a0d')
prepare() {
cd deepin-draw
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/d17552042c40d017098d5e74e3734deddf14cde9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/d17552042c40d017098d5e74e3734deddf14cde9
You're receiving this email because of your account on gitlab.archlinux.org.