George Hu pushed to branch main at Arch Linux / Packaging / Packages /
deepin-boot-maker
Commits:
dd6de89f by George Hu at 2025-10-27T00:40:55+08:00
upgpkg: 6.0.10-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-boot-maker
pkgdesc = Tool to create a bootable usb stick quick and easy
- pkgver = 6.0.9
+ pkgver = 6.0.10
pkgrel = 1
url = https://github.com/linuxdeepin/deepin-boot-maker
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = deepin-boot-maker
depends = mtools
depends = polkit-qt6
depends = syslinux
- source =
git+https://github.com/linuxdeepin/deepin-boot-maker.git#tag=6.0.9
- sha512sums =
f0f8128f77c2cf4a2da7edb0665993828f3cfa39fb69c976056a8a3298bf145024a6141c9705a45c77c9be382e5b9748ff42a3071a70e7f9561db61e208108d3
+ source =
git+https://github.com/linuxdeepin/deepin-boot-maker.git#tag=6.0.10
+ sha512sums =
ae292d7fb865054e3a9d9276d7f93ade70c8bee9caab9c4d31047f1bc90f3580e682988b12fd307325d638948a18fd0028a211df595722845a4a66876e2c8d45
pkgname = deepin-boot-maker
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-boot-maker
-pkgver=6.0.9
+pkgver=6.0.10
pkgrel=1
pkgdesc='Tool to create a bootable usb stick quick and easy'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('dtk6core' 'dtk6gui' 'dtk6widget' 'qt6-base'
'qt6-svg' 'p7zip' 'mtools'
makedepends=('git' 'qt6-tools' 'python' 'gtest')
groups=('deepin-extra')
source=("git+https://github.com/linuxdeepin/deepin-boot-maker.git#tag=$pkgver")
-sha512sums=('f0f8128f77c2cf4a2da7edb0665993828f3cfa39fb69c976056a8a3298bf145024a6141c9705a45c77c9be382e5b9748ff42a3071a70e7f9561db61e208108d3')
+sha512sums=('ae292d7fb865054e3a9d9276d7f93ade70c8bee9caab9c4d31047f1bc90f3580e682988b12fd307325d638948a18fd0028a211df595722845a4a66876e2c8d45')
prepare() {
cd deepin-boot-maker
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-boot-maker/-/commit/dd6de89fbf4ec6cbd8aa04647cc7b63203a64855
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-boot-maker/-/commit/dd6de89fbf4ec6cbd8aa04647cc7b63203a64855
You're receiving this email because of your account on gitlab.archlinux.org.