summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2015-08-15 16:33:13 -0700
committermutantmonkey2015-08-15 16:33:13 -0700
commitc63eb54308b3f786de84f20c347da849e004330e (patch)
tree95031c263981c3d1733746e021be38ba4440e9d5
parent61e47e3fc298cef12e5cd79603ad4ef000bbdd9b (diff)
downloadaur-c63eb54308b3f786de84f20c347da849e004330e.tar.gz
upgpkg: go-xmpp-client 99.5e5d916-1
update license and dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d5fa794698b..e9cb4c1f2341 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,10 @@ pkgbase = go-xmpp-client
url = https://github.com/agl/xmpp-client
arch = i686
arch = x86_64
- license = unknown
+ license = BSD
+ makedepends = go
makedepends = git
makedepends = mercurial
- depends = go
conflicts = go-xmpp-client-git
replaces = go-xmpp-client-git
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 87b4058b57ad..86b7a4443e57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,8 @@ pkgrel=1
pkgdesc="A simple XMPP client wth OTR support written in pure Go"
arch=('i686' 'x86_64')
url="https://github.com/agl/xmpp-client"
-license=('unknown')
-depends=('go')
-makedepends=('git' 'mercurial')
+license=('BSD') # 3-clause
+makedepends=('go' 'git' 'mercurial')
conflicts=('go-xmpp-client-git')
replaces=('go-xmpp-client-git')
options=('!strip' '!emptydirs')