Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-draw
Commits:
a7ccab11 by Felix Yan at 2025-09-10T01:09:35+08:00
upgpkg: 6.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = deepin-draw
pkgdesc = A lightweight drawing tool for Linux Deepin
- pkgver = 6.0.11
- pkgrel = 2
+ pkgver = 6.5.0
+ pkgrel = 1
url = https://github.com/linuxdeepin/deepin-draw
arch = x86_64
groups = deepin-extra
@@ -19,7 +19,7 @@ pkgbase = deepin-draw
depends = deepin-picker
depends = adobe-source-han-sans-otc-fonts
depends = kimageformats5
- source = git+https://github.com/linuxdeepin/deepin-draw.git#tag=6.0.11
- sha512sums =
d473ff1f530f9961ac60b56b7b85a8a7398b1ef315221325cd7f8c60a2f8b8903110d58dd02670a3cc87f3a849df145e40ebc21183bf3643a3a03ccc7d5f733e
+ source = git+https://github.com/linuxdeepin/deepin-draw.git#tag=6.5.0
+ sha512sums =
208fae7c03d0002a5489a2782c27a2ccbdab64159e3f8b81860f837559a8eb1b8ba74031fb932865f98cfc01d56446d54157354b1e238ef44ed773d5dcf2374a
pkgname = deepin-draw
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-draw
-pkgver=6.0.11
-pkgrel=2
+pkgver=6.5.0
+pkgrel=1
pkgdesc="A lightweight drawing tool for Linux Deepin"
arch=('x86_64')
url="https://github.com/linuxdeepin/deepin-draw"
@@ -12,7 +12,7 @@ depends=('deepin-qt5integration' 'dtkcore' 'dtkgui'
'dtkwidget' 'qt5-base' 'qt5-
makedepends=('git' 'cmake' 'qt5-tools')
groups=('deepin-extra')
source=("git+https://github.com/linuxdeepin/deepin-draw.git#tag=$pkgver")
-sha512sums=('d473ff1f530f9961ac60b56b7b85a8a7398b1ef315221325cd7f8c60a2f8b8903110d58dd02670a3cc87f3a849df145e40ebc21183bf3643a3a03ccc7d5f733e')
+sha512sums=('208fae7c03d0002a5489a2782c27a2ccbdab64159e3f8b81860f837559a8eb1b8ba74031fb932865f98cfc01d56446d54157354b1e238ef44ed773d5dcf2374a')
prepare() {
cd deepin-draw
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/a7ccab11ae2c8224aeae28845223da66bafc738c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/a7ccab11ae2c8224aeae28845223da66bafc738c
You're receiving this email because of your account on gitlab.archlinux.org.