Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-boot-maker
Commits:
3b5bd747 by Felix Yan at 2025-12-09T20:29:27+08:00
upgpkg: 6.0.12-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.11
+ pkgver = 6.0.12
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.11
- sha512sums =
2261c296664c4e594170fda44356594093bd140d1e3c281068e7698772763ccb230f7f500ba1519a947150c83470fc320e57fb05fad6f0929942bfcc9273a4c5
+ source =
git+https://github.com/linuxdeepin/deepin-boot-maker.git#tag=6.0.12
+ sha512sums =
c01ee5d536176d1f152501c1dc1e4756693b27575dfddd86a22e9f3c400c59a1360e3d9374a01305567635269431da1601aabbc18c21cbdbd4e5ad1a7ba91667
pkgname = deepin-boot-maker
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-boot-maker
-pkgver=6.0.11
+pkgver=6.0.12
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=('2261c296664c4e594170fda44356594093bd140d1e3c281068e7698772763ccb230f7f500ba1519a947150c83470fc320e57fb05fad6f0929942bfcc9273a4c5')
+sha512sums=('c01ee5d536176d1f152501c1dc1e4756693b27575dfddd86a22e9f3c400c59a1360e3d9374a01305567635269431da1601aabbc18c21cbdbd4e5ad1a7ba91667')
prepare() {
cd deepin-boot-maker
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-boot-maker/-/commit/3b5bd747aaac157d2e21b620ccfb2a8fc2d5c8eb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-boot-maker/-/commit/3b5bd747aaac157d2e21b620ccfb2a8fc2d5c8eb
You're receiving this email because of your account on gitlab.archlinux.org.