summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1892e4429358..b4a36939e7d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = teapotnet-git
arch = x86_64
license = AGPL3
makedepends = git
- depends = gnutls,
+ depends = gnutls
depends = nettle
provides = teapotnet
conflicts = teapotnet
diff --git a/PKGBUILD b/PKGBUILD
index 2d98e8d0f25a..ae5a186f0a07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Private and decentralized social network for file sharing and streaming
arch=('i686' 'x86_64')
url="http://teapotnet.org/"
license=('AGPL3')
-depends=('gnutls', 'nettle')
+depends=('gnutls' 'nettle')
makedepends=('git')
provides=('teapotnet')
conflicts=('teapotnet')