summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlxz2020-11-17 16:29:03 +0800
committerlxz2020-11-17 16:29:03 +0800
commit793d711065c33ed1ca1c02f8ceb2ee5061502df1 (patch)
tree8dadb91cea392a86acd17700989d7989b132ef0e
parent9e47ad46a3549f1e4c4ca2d04f8b475737e820f4 (diff)
downloadaur-793d711065c33ed1ca1c02f8ceb2ee5061502df1.tar.gz
upgpkg: 5.12.0.25.r24.ge4a82afc
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50ba623fe107..b41585cecb31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deepin-daemon-git
pkgdesc = Daemon handling the DDE session settings
- pkgver = 5.12.0.25.r22.g884264fc
+ pkgver = 5.12.0.25.r24.ge4a82afc
pkgrel = 1
url = https://github.com/linuxdeepin/dde-daemon
install = deepin-daemon-git.install
@@ -46,7 +46,6 @@ pkgbase = deepin-daemon-git
optdepends = proxychains-ng: for proxy configuration module
provides = deepin-daemon
conflicts = deepin-daemon
- replaces = deepin-daemon
source = deepin-daemon-git::git://github.com/linuxdeepin/dde-daemon
source = dde-daemon.patch
source = deepin-daemon.sysusers
diff --git a/PKGBUILD b/PKGBUILD
index 077510f6f9a1..c0a1b849239f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: DingYuan Zhang <justforlxz@gmail.com>
pkgname=deepin-daemon-git
-pkgver=5.12.0.25.r22.g884264fc
+pkgver=5.12.0.25.r24.ge4a82afc
pkgrel=1
pkgdesc='Daemon handling the DDE session settings'
arch=('x86_64')
@@ -20,7 +20,6 @@ optdepends=('networkmanager: for network management support'
'iw: for miracast module'
'proxychains-ng: for proxy configuration module')
conflicts=('deepin-daemon')
-replaces=('deepin-daemon')
provides=('deepin-daemon')
groups=('deepin-git')
install="$pkgname.install"