[arch-commits] Commit in deepin-boot-maker/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Dec 1 13:40:26 UTC 2017


    Date: Friday, December 1, 2017 @ 13:40:25
  Author: felixonmars
Revision: 270967

upgpkg: deepin-boot-maker 2.0.4.2-2

depend on qt5integration instead of dtkwidget

Modified:
  deepin-boot-maker/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-01 13:40:04 UTC (rev 270966)
+++ PKGBUILD	2017-12-01 13:40:25 UTC (rev 270967)
@@ -3,12 +3,12 @@
 
 pkgname=deepin-boot-maker
 pkgver=2.0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool to create a bootable usb stick quick and easy'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-boot-maker"
 license=('GPL3')
-depends=('dtkwidget' 'p7zip' 'mtools' 'syslinux')
+depends=('deepin-qt5integration' 'p7zip' 'mtools' 'syslinux')
 makedepends=('qt5-tools' 'python')
 groups=('deepin')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz")



More information about the arch-commits mailing list