[arch-commits] Commit in deepin-network-utils/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 30 01:38:19 UTC 2019
Date: Tuesday, July 30, 2019 @ 01:38:18
Author: felixonmars
Revision: 494742
archrelease: copy trunk to community-x86_64
Added:
deepin-network-utils/repos/community-x86_64/PKGBUILD
(from rev 494741, 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 2019-07-30 01:38:07 UTC (rev 494741)
+++ PKGBUILD 2019-07-30 01:38:18 UTC (rev 494742)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-network-utils
-pkgver=0.1.4
-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=('622d2f3ac151310321e1ece46676e3fdf18632df54a92f2ef1e41c308bb9c044a356864ee4fb7fe5293addd156b41a98709314e058d65eb19c9ca5091b65eb69')
-
-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 494741, deepin-network-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-07-30 01:38:18 UTC (rev 494742)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-network-utils
+pkgver=5.0.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=('78d9b4460fecf01834d86777df417809e214f9e63170a59870ec8df847c1befdc2d77fdaa5f2afa4ff33f0a61846ece38f97e42b2299d6e40ea38bfb58addf5c')
+
+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