summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2022-12-19 12:14:07 +0800
committerjustforlxz2022-12-19 12:14:07 +0800
commitb74444c0f6ec717bb6320abad07f5218d07d7957 (patch)
tree10f98227dc846bf94b1de8ffa459e4debfa50743
parent83ff637a73e130edba5190737d958150df74b8ae (diff)
downloadaur-b74444c0f6ec717bb6320abad07f5218d07d7957.tar.gz
add golang-github-stretchr-testify to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12eb60256181..6ee41866a0c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = golang-github-linuxdeepin-go-dbus-factory-git
makedepends = git
makedepends = go
makedepends = golang-gopkg-yaml.v3
+ makedepends = golang-github-stretchr-testify
depends = golang-deepin-lib-git
provides = golang-github-linuxdeepin-go-dbus-factory
conflicts = golang-github-linuxdeepin-go-dbus-factory
diff --git a/PKGBUILD b/PKGBUILD
index 08ab548262b6..ca47e809ab34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/linuxdeepin/go-dbus-factory"
license=('GPL3')
depends=('golang-deepin-lib-git')
-makedepends=('git' 'go' 'golang-gopkg-yaml.v3')
+makedepends=('git' 'go' 'golang-gopkg-yaml.v3' 'golang-github-stretchr-testify')
provides=('golang-github-linuxdeepin-go-dbus-factory')
conflicts=('golang-github-linuxdeepin-go-dbus-factory')
groups=('deepin-git')