[arch-commits] Commit in deepin-network-utils/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Fri Jul 20 06:01:42 UTC 2018
Date: Friday, July 20, 2018 @ 06:01:42
Author: felixonmars
Revision: 362538
archrelease: copy trunk to community-x86_64
Added:
deepin-network-utils/repos/community-x86_64/PKGBUILD
(from rev 362537, deepin-network-utils/trunk/PKGBUILD)
Deleted:
deepin-network-utils/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-20 06:01:04 UTC (rev 362537)
+++ PKGBUILD 2018-07-20 06:01:42 UTC (rev 362538)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-network-utils
-pkgver=0.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=('b62ec52618aceb5cc054ffa57b0f9acc7280ccf2bbe29a61189610a8f6bfaa04f8b9d88d22a400d0ec17c9d67faf6a25dd429f039f3e97576f3a1d5049f4e180')
-
-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 362537, deepin-network-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-20 06:01:42 UTC (rev 362538)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-network-utils
+pkgver=0.0.2
+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=('b2c45d8e05d3c1325e8d462a1ea9bf0dcd649ded879640f88addd98662569953f9c24351eae623e717b89e1ed109666909e68433129d2c3452bd5aa9cd4d04c9')
+
+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