[arch-commits] Commit in deepin-network-utils/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Tue Dec 11 06:38:09 UTC 2018


    Date: Tuesday, December 11, 2018 @ 06:38:09
  Author: felixonmars
Revision: 415226

archrelease: copy trunk to community-x86_64

Added:
  deepin-network-utils/repos/community-x86_64/PKGBUILD
    (from rev 415225, deepin-network-utils/trunk/PKGBUILD)
Deleted:
  deepin-network-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-11 06:37:39 UTC (rev 415225)
+++ PKGBUILD	2018-12-11 06:38:09 UTC (rev 415226)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-network-utils
-pkgver=0.0.8
-pkgrel=1
-pkgdesc='DDE network utils'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-network-utils"
-license=('GPL3')
-depends=('deepin-qt-dbus-factory')
-makedepends=('qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-network-utils/archive/$pkgver.tar.gz")
-sha512sums=('60cafb71419e5788e466d3aa6affed1de9cf8b36cd4d1a45ee57eede981632f19b9144edbad4cf74aaf16ddcc10ef5558adbdd35397aed157a6569138ee2cc2f')
-
-build(){
-  cd dde-network-utils-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-network-utils-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-network-utils/repos/community-x86_64/PKGBUILD (from rev 415225, deepin-network-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-11 06:38:09 UTC (rev 415226)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-network-utils
+pkgver=0.0.8.1
+pkgrel=1
+pkgdesc='DDE network utils'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-network-utils"
+license=('GPL3')
+depends=('deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-network-utils/archive/$pkgver.tar.gz")
+sha512sums=('30135d060365834411a78804799c216d1767ebe8a97c7effc833c79e12eb2c1c66ddb994842d9badc323df1a786e5b46e521c503c9d165ccb5eeee16841802d5')
+
+build(){
+  cd dde-network-utils-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-network-utils-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list