summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dece9b6809a5..d9645d79e209 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=baresip
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="portable and modular SIP User-Agent with audio and video support"
arch=('i686' 'x86_64' 'armv6h')
url="http://www.creytiv.com/baresip.html"
license=('BSD')
depends=('rem'
- 'openssl')
+ 'openssl'
+ 're')
optdepends=('alsa-lib: (alsa module)'
'cairo: (cairo, rst modules)'
'ffmpeg: (avcodec, avformat, h265 modules)'