Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-draw
Commits:
7a7211f3 by Felix Yan at 2026-01-20T03:26:32+08:00
upgpkg: 6.5.21-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.20
+ pkgver = 6.5.21
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.20
- sha512sums =
861ddc7716a850b33e12d375fcc4fbc88766ca87a2a6af939cd128652e2140dd2b3f8ae8a08415ecae6eb27add10971b9b5183a4afdf4a156cc97c8f2d741376
+ source = git+https://github.com/linuxdeepin/deepin-draw.git#tag=6.5.21
+ sha512sums =
e9d30462e00313fb4e8035280a1079d129d2b504ee38c050f2ca11c066e7f5522bdf7141d687beb5d8aa76f65e74ec479f7ecc444e0772355050b006a6ff64da
pkgname = deepin-draw
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-draw
-pkgver=6.5.20
+pkgver=6.5.21
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=('861ddc7716a850b33e12d375fcc4fbc88766ca87a2a6af939cd128652e2140dd2b3f8ae8a08415ecae6eb27add10971b9b5183a4afdf4a156cc97c8f2d741376')
+sha512sums=('e9d30462e00313fb4e8035280a1079d129d2b504ee38c050f2ca11c066e7f5522bdf7141d687beb5d8aa76f65e74ec479f7ecc444e0772355050b006a6ff64da')
prepare() {
cd deepin-draw
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/7a7211f33ebeb4f88fb64815f6e88485f892f5aa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/7a7211f33ebeb4f88fb64815f6e88485f892f5aa
You're receiving this email because of your account on gitlab.archlinux.org.