[arch-commits] Commit in deepin-network-utils/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Sun Jul 5 10:07:15 UTC 2020
Date: Sunday, July 5, 2020 @ 10:07:14
Author: felixonmars
Revision: 657801
archrelease: copy trunk to community-x86_64
Added:
deepin-network-utils/repos/community-x86_64/PKGBUILD
(from rev 657800, deepin-network-utils/trunk/PKGBUILD)
Deleted:
deepin-network-utils/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-05 10:07:02 UTC (rev 657800)
+++ PKGBUILD 2020-07-05 10:07:14 UTC (rev 657801)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-network-utils
-pkgver=5.1.0.0
-pkgrel=2
-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=('0d090fe0d87b8cc16852783ee43336dc6a3a375c9ff94849a327b70a6534ba1384bd8395d639a21230254680d718a7150c3dedf1ad2e18c2aa10b7165fadeb3d')
-
-prepare() {
- cd dde-network-utils-$pkgver
- # Use our own url instead of third-party commercial company's homepage
- sed -i '/www.baidu.com/i \ "https://www.archlinux.org/favicon.ico",' connectivitychecker.cpp
-}
-
-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 657800, deepin-network-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-05 10:07:14 UTC (rev 657801)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-network-utils
+pkgver=5.1.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=('196f84804258a73158d3829357a1386a12653763503d5214a3e9adc8e330f1290ac97297bb1effd4873d07a7852dcb67d04488489c80a76605bc64cf256afd58')
+
+prepare() {
+ cd dde-network-utils-$pkgver
+ # Use our own url instead of third-party commercial company's homepage
+ sed -i '/www.baidu.com/i \ "https://www.archlinux.org/favicon.ico",' connectivitychecker.cpp
+}
+
+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