Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-draw
Commits:
af437750 by Felix Yan at 2025-11-19T09:06:37+08:00
upgpkg: 6.5.17-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.16
+ pkgver = 6.5.17
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.16
- sha512sums =
57774b64dc29a3c1defc45c043501f94a3a2c469e0ba66355e53090604e7f9bf947606d941efe238d3956d90678f76e81da3a2a6b4690d14d62e4a34a2fc78d4
+ source = git+https://github.com/linuxdeepin/deepin-draw.git#tag=6.5.17
+ sha512sums =
6a7ad1d9d3dee228dabf87efaa444aa845d5810a4dc81314c63d872fa7ed7e0bf830c621e9ebfca179d308f0f57445f403eec1b121c5f233f83f051160547467
pkgname = deepin-draw
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-draw
-pkgver=6.5.16
+pkgver=6.5.17
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=('57774b64dc29a3c1defc45c043501f94a3a2c469e0ba66355e53090604e7f9bf947606d941efe238d3956d90678f76e81da3a2a6b4690d14d62e4a34a2fc78d4')
+sha512sums=('6a7ad1d9d3dee228dabf87efaa444aa845d5810a4dc81314c63d872fa7ed7e0bf830c621e9ebfca179d308f0f57445f403eec1b121c5f233f83f051160547467')
prepare() {
cd deepin-draw
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/af4377508012f5088f7ca5f73f8a5bf0c90fdd23
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/af4377508012f5088f7ca5f73f8a5bf0c90fdd23
You're receiving this email because of your account on gitlab.archlinux.org.