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 686caa68fb13..d5089348769f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
+# Maintainer: Gustavo Heinz <gustavo at gsthnz dot com>
# Contributor: Andrew Sun <adsun701 at gmail dot com>
# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
pkgname=baresip
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="portable and modular SIP User-Agent with audio and video support"
arch=('i686' 'x86_64' 'armv6h')
@@ -31,7 +32,7 @@ optdepends=('alsa-lib: (alsa module)'
'v4l-utils: (v4l2 module)')
makedepends=(${optdepends[@]/%:*/})
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/baresip/baresip/archive/v${pkgver}.tar.gz")
-sha256sums=("8e7a5d228d2003aec8b4e570a32de5937e9bcbceff14803198fba767c514d362")
+sha256sums=("f1c48c336ca7300971619358f532367c7dabfc6e16b2b2bfc99646ed50271d93")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"