summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang, DingYuan2020-09-29 17:44:29 +0800
committerZhang, DingYuan2020-09-29 17:44:29 +0800
commitc1b3e75d958d268f3624d704d8bac6915aab407c (patch)
treef9dbf5fe01f954c684de86a91c21a43a8669e954
parente0d51c906256cd79731393966ad6765f57deb69f (diff)
downloadaur-c1b3e75d958d268f3624d704d8bac6915aab407c.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf2bfad6129b..64e9cee99ac1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deepin-network-utils-git
pkgdesc = DDE network utils
- pkgver = 5.3.0.4.r0.g345a909
+ pkgver = 5.3.0.5.r0.g427534b
pkgrel = 1
url = https://github.com/linuxdeepin/dde-network-utils
arch = x86_64
@@ -8,7 +8,9 @@ pkgbase = deepin-network-utils-git
license = GPL3
makedepends = git
makedepends = qt5-tools
+ makedepends = gsettings-qt
depends = deepin-qt-dbus-factory-git
+ depends = gsettings-qt
provides = deepin-network-utils
conflicts = deepin-network-utils
replaces = deepin-network-utils
diff --git a/PKGBUILD b/PKGBUILD
index 2858cf894007..c2cf0252506c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: DingYuan Zhang <justforlxz@gmail.com>
pkgname=deepin-network-utils-git
-pkgver=5.3.0.4.r0.g345a909
+pkgver=5.3.0.5.r0.g427534b
pkgrel=1
pkgdesc='DDE network utils'
arch=('x86_64')
url="https://github.com/linuxdeepin/dde-network-utils"
license=('GPL3')
-depends=('deepin-qt-dbus-factory-git')
-makedepends=('git' 'qt5-tools')
+depends=('deepin-qt-dbus-factory-git' 'gsettings-qt')
+makedepends=('git' 'qt5-tools' 'gsettings-qt')
conflicts=('deepin-network-utils')
replaces=('deepin-network-utils')
provides=('deepin-network-utils')