summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2020-09-11 21:47:42 +0200
committerJose Riha2020-09-11 21:47:42 +0200
commit8a9276385f76db4ee799888e782f8522676939b2 (patch)
treedec60d57c08643260201272252bb026f603142be
parentdc6bd0e722cd866ed950f4053d534630cfc91f0e (diff)
downloadaur-8a9276385f76db4ee799888e782f8522676939b2.tar.gz
Add re to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afae487efd59..ebd43e6a7447 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = baresip
pkgdesc = portable and modular SIP User-Agent with audio and video support
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.creytiv.com/baresip.html
arch = i686
arch = x86_64
@@ -27,6 +27,7 @@ pkgbase = baresip
makedepends = v4l-utils
depends = rem
depends = openssl
+ depends = re
optdepends = alsa-lib: (alsa module)
optdepends = cairo: (cairo, rst modules)
optdepends = ffmpeg: (avcodec, avformat, h265 modules)
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)'