Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
deepin-device-formatter


Commits:
3b72f15f by Felix Yan at 2026-03-07T01:36:40+08:00
upgpkg: 0.0.1.17-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = deepin-device-formatter
        pkgdesc = A simple graphical interface for creating file system in a 
block device
-       pkgver = 0.0.1.16
+       pkgver = 0.0.1.17
        pkgrel = 1
        url = https://github.com/linuxdeepin/dde-device-formatter
        arch = x86_64
        groups = deepin-extra
        license = GPL-3.0-or-later
+       makedepends = git
        makedepends = deepin-gettext-tools
        makedepends = qt5-tools
        depends = deepin-qt5integration
@@ -17,7 +18,7 @@ pkgbase = deepin-device-formatter
        depends = libx11
        depends = udisks2-qt5
        depends = gcc-libs
-       source = 
https://github.com/linuxdeepin/dde-device-formatter/archive/0.0.1.16/deepin-device-formatter-0.0.1.16.tar.gz
-       sha512sums = 
86c156908b7e52187baac225fc48a752c55769b25e9329a69b38f5de2411140fe5f5bd79775383ac6a4e04d9bb1157febd3ab769de5b6243a992783590a4555c
+       source = 
git+https://github.com/linuxdeepin/dde-device-formatter.git#tag=0.0.1.17
+       sha512sums = 
392edfa2182fa1916961b4690a37973ed74e4ece7dea062d79c8ef68f1fb4025f253a69bf2728de5849679cdbbf5af0713076eb5cab63020f479bdc30bc152c9
 
 pkgname = deepin-device-formatter


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=deepin-device-formatter
-pkgver=0.0.1.16
+pkgver=0.0.1.17
 pkgrel=1
 pkgdesc='A simple graphical interface for creating file system in a block 
device'
 arch=('x86_64')
@@ -9,18 +9,18 @@ url="https://github.com/linuxdeepin/dde-device-formatter";
 license=('GPL-3.0-or-later')
 depends=('deepin-qt5integration' 'dtkcore' 'dtkgui' 'dtkwidget' 'qt5-base' 
'qt5-x11extras'
          'libx11' 'udisks2-qt5' 'gcc-libs')
-makedepends=('deepin-gettext-tools' 'qt5-tools')
+makedepends=('git' 'deepin-gettext-tools' 'qt5-tools')
 groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/dde-device-formatter/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('86c156908b7e52187baac225fc48a752c55769b25e9329a69b38f5de2411140fe5f5bd79775383ac6a4e04d9bb1157febd3ab769de5b6243a992783590a4555c')
+source=("git+https://github.com/linuxdeepin/dde-device-formatter.git#tag=$pkgver";)
+sha512sums=('392edfa2182fa1916961b4690a37973ed74e4ece7dea062d79c8ef68f1fb4025f253a69bf2728de5849679cdbbf5af0713076eb5cab63020f479bdc30bc152c9')
 
 build(){
-  cd dde-device-formatter-$pkgver
+  cd dde-device-formatter
   qmake-qt5 PREFIX=/usr
   make
 }
 
 package() {
-  cd dde-device-formatter-$pkgver
+  cd dde-device-formatter
   make INSTALL_ROOT="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-device-formatter/-/commit/3b72f15f606fa96973f6978cee365bb7acc6672c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-device-formatter/-/commit/3b72f15f606fa96973f6978cee365bb7acc6672c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to