Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-boot-maker
Commits:
0b55c955 by Felix Yan at 2025-10-06T02:28:11+08:00
upgpkg: 6.0.3-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.2
+ pkgver = 6.0.3
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.2
- sha512sums =
f875224c3be7cf4dc64241500719ccbc612d60d72e46d17fa64bbfca81b8f2f8b301605f74ffcc20e1a24b920404f727e8b74e4831d240d2ee907fb625700418
+ source =
git+https://github.com/linuxdeepin/deepin-boot-maker.git#tag=6.0.3
+ sha512sums =
6c616317c9e96cfc43360f2d4cc8c5e3dd87c7a615881beae7d5c967cc8b7080f402cde5e49b6ed4a472e5503f2867679cd41f6b2dc139581c1c377076f5ec8a
pkgname = deepin-boot-maker
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-boot-maker
-pkgver=6.0.2
+pkgver=6.0.3
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=('f875224c3be7cf4dc64241500719ccbc612d60d72e46d17fa64bbfca81b8f2f8b301605f74ffcc20e1a24b920404f727e8b74e4831d240d2ee907fb625700418')
+sha512sums=('6c616317c9e96cfc43360f2d4cc8c5e3dd87c7a615881beae7d5c967cc8b7080f402cde5e49b6ed4a472e5503f2867679cd41f6b2dc139581c1c377076f5ec8a')
prepare() {
cd deepin-boot-maker
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-boot-maker/-/commit/0b55c9553fff774f75d97a28d801a6090039aa82
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-boot-maker/-/commit/0b55c9553fff774f75d97a28d801a6090039aa82
You're receiving this email because of your account on gitlab.archlinux.org.