summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjustforlxz2022-12-08 13:48:42 +0800
committerjustforlxz2022-12-08 13:48:42 +0800
commit83ff637a73e130edba5190737d958150df74b8ae (patch)
treeda863b2d95a9fbf44a913c7ff766fd2c91dbf477 /PKGBUILD
parent943a8ccb795cde9209bd27cee6c6fa0b4ecaa893 (diff)
downloadaur-83ff637a73e130edba5190737d958150df74b8ae.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bffad37580fd..08ab548262b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: DingYuan <justforlxz@gmail.com>
pkgname=golang-github-linuxdeepin-go-dbus-factory-git
-pkgver=2.0.0.r4.gfab97cf
+pkgver=1.11.1.r4.g28fe369
pkgrel=1
pkgdesc='GO DBus factory for DDE'
arch=('any')
url="https://github.com/linuxdeepin/go-dbus-factory"
license=('GPL3')
depends=('golang-deepin-lib-git')
-makedepends=('git' 'go')
+makedepends=('git' 'go' 'golang-gopkg-yaml.v3')
provides=('golang-github-linuxdeepin-go-dbus-factory')
conflicts=('golang-github-linuxdeepin-go-dbus-factory')
groups=('deepin-git')
@@ -34,7 +34,6 @@ prepare() {
go get -v github.com/godbus/dbus
go get -v github.com/godbus/dbus/introspect
go get -v github.com/godbus/dbus/prop
- go get -v gopkg.in/yaml.v3
}
build() {