Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-boot-maker
Commits:
bac29f8f by Felix Yan at 2025-10-15T02:17:08+08:00
upgpkg: 6.0.5-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.4
+ pkgver = 6.0.5
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.4
- sha512sums =
8e52e99c701ce3bfee5ea81eb701c29e4141cb577d8394ba553672162ee8296eb684d55f340fa58e8d45b1de8bf8e2ade24dfeccb20363a52e044c21256f1007
+ source =
git+https://github.com/linuxdeepin/deepin-boot-maker.git#tag=6.0.5
+ sha512sums =
22459c5c47dad387ead7d2b6d50f064e771a64742b76044c5802515f5178720479186ff5345f38f6babb71805464d90f788448a12850f9b464537437a79fbaf9
pkgname = deepin-boot-maker
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-boot-maker
-pkgver=6.0.4
+pkgver=6.0.5
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=('8e52e99c701ce3bfee5ea81eb701c29e4141cb577d8394ba553672162ee8296eb684d55f340fa58e8d45b1de8bf8e2ade24dfeccb20363a52e044c21256f1007')
+sha512sums=('22459c5c47dad387ead7d2b6d50f064e771a64742b76044c5802515f5178720479186ff5345f38f6babb71805464d90f788448a12850f9b464537437a79fbaf9')
prepare() {
cd deepin-boot-maker
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-boot-maker/-/commit/bac29f8f211561c5585b0c04ab38b3831dfbe902
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-boot-maker/-/commit/bac29f8f211561c5585b0c04ab38b3831dfbe902
You're receiving this email because of your account on gitlab.archlinux.org.