[arch-commits] Commit in deepin-boot-maker/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Sep 22 06:31:32 UTC 2020


    Date: Tuesday, September 22, 2020 @ 06:31:32
  Author: felixonmars
Revision: 711363

archrelease: copy trunk to community-x86_64

Added:
  deepin-boot-maker/repos/community-x86_64/PKGBUILD
    (from rev 711362, deepin-boot-maker/trunk/PKGBUILD)
Deleted:
  deepin-boot-maker/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-22 06:31:15 UTC (rev 711362)
+++ PKGBUILD	2020-09-22 06:31:32 UTC (rev 711363)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-boot-maker
-pkgver=5.4.8
-pkgrel=1
-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=('deepin-qt5integration' 'p7zip' 'mtools' 'syslinux')
-makedepends=('qt5-tools' 'python')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz")
-sha512sums=('3ddb445e7c2dc853548304e4c880b556874f3c4dd25b1f1e561bd03541103b50f9f3b9f3a5dd35089ea269827820db1f2ee993e0d90c8201d7729905274ac8ef')
-
-build(){
-  cd deepin-boot-maker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-boot-maker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-boot-maker/repos/community-x86_64/PKGBUILD (from rev 711362, deepin-boot-maker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-22 06:31:32 UTC (rev 711363)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-boot-maker
+pkgver=5.4.8.3
+pkgrel=1
+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=('deepin-qt5integration' 'p7zip' 'mtools' 'syslinux')
+makedepends=('qt5-tools' 'python')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz")
+sha512sums=('8a1110cd4703dcc0aff24d20ee37f3ace65a9c08befbe4bc1bb189b7026c2a1335dbb39af0bb8aa8b2c60c2b03b1182d06c0a91ebd7c0d16a0f5e6e5cb69300f')
+
+build(){
+  cd deepin-boot-maker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-boot-maker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list