Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-draw
Commits:
738fddaa by Felix Yan at 2025-10-16T01:13:07+08:00
upgpkg: 6.5.11-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.10
+ pkgver = 6.5.11
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.10
- sha512sums =
33da06dc6b181ffecafd22dcd1e4a7187716748ab576af89b426307de01b4e4cc64c06c0671dc98ec37d5b6f5b1167a041a2798c04f8277b643d7583b9afe57a
+ source = git+https://github.com/linuxdeepin/deepin-draw.git#tag=6.5.11
+ sha512sums =
d9798804da35f7100177c24b77d108404646c4885172a250356df4af039ed3322763f4604c5bd7c25e75fb480a32e85b2667165104a482c88b71422e9a96dcaa
pkgname = deepin-draw
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-draw
-pkgver=6.5.10
+pkgver=6.5.11
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=('33da06dc6b181ffecafd22dcd1e4a7187716748ab576af89b426307de01b4e4cc64c06c0671dc98ec37d5b6f5b1167a041a2798c04f8277b643d7583b9afe57a')
+sha512sums=('d9798804da35f7100177c24b77d108404646c4885172a250356df4af039ed3322763f4604c5bd7c25e75fb480a32e85b2667165104a482c88b71422e9a96dcaa')
prepare() {
cd deepin-draw
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/738fddaaa552b41d8f3a7efdba88090b00144a2d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/738fddaaa552b41d8f3a7efdba88090b00144a2d
You're receiving this email because of your account on gitlab.archlinux.org.