Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-boot-maker
Commits:
6be4d7f6 by Felix Yan at 2025-10-25T21:13:48+00:00
upgpkg: 6.0.9-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.8
+ pkgver = 6.0.9
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.8
- sha512sums =
d79ac99f49d2157d9141965608008bea041e20ace99ed76f597d36118402b103d95c6b78f6e48fcd07f262cf319155271153762ae5dfd5484a0070b7cda57766
+ source =
git+https://github.com/linuxdeepin/deepin-boot-maker.git#tag=6.0.9
+ sha512sums =
f0f8128f77c2cf4a2da7edb0665993828f3cfa39fb69c976056a8a3298bf145024a6141c9705a45c77c9be382e5b9748ff42a3071a70e7f9561db61e208108d3
pkgname = deepin-boot-maker
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-boot-maker
-pkgver=6.0.8
+pkgver=6.0.9
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=('d79ac99f49d2157d9141965608008bea041e20ace99ed76f597d36118402b103d95c6b78f6e48fcd07f262cf319155271153762ae5dfd5484a0070b7cda57766')
+sha512sums=('f0f8128f77c2cf4a2da7edb0665993828f3cfa39fb69c976056a8a3298bf145024a6141c9705a45c77c9be382e5b9748ff42a3071a70e7f9561db61e208108d3')
prepare() {
cd deepin-boot-maker
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-boot-maker/-/commit/6be4d7f622e7241c5ee91810087c1577002775eb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-boot-maker/-/commit/6be4d7f622e7241c5ee91810087c1577002775eb
You're receiving this email because of your account on gitlab.archlinux.org.