summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul-Louis Ageneau2021-04-09 19:30:38 +0200
committerPaul-Louis Ageneau2021-04-09 19:30:38 +0200
commit2015622f8b9679ea7c5bfabd70ef3c4c411d893e (patch)
tree6b0764aac9d9537a4f6506efbe4a4d7dcc8eed37
parentc0d3097fc972531935a2f8606c4420b56744be52 (diff)
downloadaur-2015622f8b9679ea7c5bfabd70ef3c4c411d893e.tar.gz
Fixed typo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83292febd4e2..144413c32238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/paullouisageneau/$pkgname"
license=('LGPL')
makedepends=('git' 'cmake')
-depends=('openssl' 'libsrtp', 'plog')
+depends=('openssl' 'libsrtp' 'plog')
provides=("$pkgname")
conflicts=("$pkgname")
source=("git+https://github.com/paullouisageneau/$pkgname.git#tag=$pkgver")