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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 10:04:38 UTC 2018


    Date: Friday, November 9, 2018 @ 10:04:38
  Author: felixonmars
Revision: 404302

archrelease: copy trunk to community-x86_64

Added:
  deepin-network-utils/repos/community-x86_64/PKGBUILD
    (from rev 404301, 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-11-09 10:04:20 UTC (rev 404301)
+++ PKGBUILD	2018-11-09 10:04:38 UTC (rev 404302)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-network-utils
-pkgver=0.0.6
-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=('5e8d502265d1f29d1a875d3e14684554b61fe585844ce8886a397026896e6ca249880fb3707adb4f3ef76518d132f963d5b0728f6bf45cd142a62eaf539b2fca')
-
-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 404301, deepin-network-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-09 10:04:38 UTC (rev 404302)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-network-utils
+pkgver=0.0.7
+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=('d92dcf3a9829915cc07be9398cd7785ce7b16c58e00a2a8d98faeb66d28e57a0c96243a06926ef67e6c132a29a8b2ca7892f6eb72b4815e97eb2793e901f3b0d')
+
+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