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

Felix Yan felixonmars at archlinux.org
Fri Jan 4 12:41:19 UTC 2019


    Date: Friday, January 4, 2019 @ 12:41:18
  Author: felixonmars
Revision: 420525

archrelease: copy trunk to community-x86_64

Added:
  deepin-boot-maker/repos/community-x86_64/PKGBUILD
    (from rev 420524, 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	2019-01-04 12:41:00 UTC (rev 420524)
+++ PKGBUILD	2019-01-04 12:41:18 UTC (rev 420525)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-boot-maker
-pkgver=2.0.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=('c9446ab8ee90246237ac6c5c995ddbfe0206fa48b53ee1aa034559c08857fdfc4a7a266cbfab9fa5b0db354587657f9667c062c553ce10cb8bea2e5d10493cc0')
-
-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 420524, deepin-boot-maker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-04 12:41:18 UTC (rev 420525)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-boot-maker
+pkgver=2.0.4.9
+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=('8389d26d331887fb483fe7846b92de1569ea5c1473b9aed4ee784e29731d45737bb931b0229a0fa89e0f37408daff916626bc552db37fb36a16a445f87173d65')
+
+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