summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul-Louis Ageneau2017-08-22 10:25:42 +0200
committerPaul-Louis Ageneau2017-08-22 10:25:42 +0200
commit3e2e3619146a1a26170e5ae01b7862f22faffc47 (patch)
tree8935e17ab3ed8005aa125795b7c03c24e3cc61cc
parent7951ab131f042258b8660f4751c4d1876f327348 (diff)
downloadaur-teapotnet-git.tar.gz
Typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc07ddb82a9f..28b0e6ad0ffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = teapotnet-git
license = AGPL3
makedepends = git
depends = gnutls
- depends = nettle,
+ depends = nettle
depends = argon2
provides = teapotnet
conflicts = teapotnet
diff --git a/PKGBUILD b/PKGBUILD
index 90e8b6b1eea9..18a03bc640d2 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', 'argon2')
+depends=('gnutls' 'nettle' 'argon2')
makedepends=('git')
provides=('teapotnet')
conflicts=('teapotnet')