summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-04-26 21:25:29 -0400
committerGuillaume Horel2018-04-26 21:25:29 -0400
commit73f0747b5ffc6ade61e6715a15d96ac8ea2500e8 (patch)
tree4ba1cbe2fad2441424a9f1766145b54aaa9ba698
parentcd8e74594c50c032bc55d326b6c14945c8c55c67 (diff)
downloadaur-73f0747b5ffc6ade61e6715a15d96ac8ea2500e8.tar.gz
version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2c34539d0c5..8f86f048a514 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mediastreamer-git
- pkgdesc = A library written in C that allows you to create and run audio and video streams
- pkgver = 2.16.1.r114.gc72fb8e7
+ pkgdesc = A modular sound and video processing and streaming library
+ pkgver = 2.16.1.r155.gad4cdb24
pkgrel = 1
url = https://github.com/BelledonneCommunications/mediastreamer2
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 356b221320ae..5daea3d4b8b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,3 @@
-# $Id$
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
@@ -7,9 +6,9 @@
pkgname=mediastreamer-git
_pkgname=mediastreamer2
-pkgver=2.16.1.r114.gc72fb8e7
+pkgver=2.16.1.r155.gad4cdb24
pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and video streams"
+pkgdesc="A modular sound and video processing and streaming library"
arch=('x86_64')
url="https://github.com/BelledonneCommunications/mediastreamer2"
license=('GPL')
@@ -22,7 +21,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/; s/-/./g'
+ git describe --long | sed 's/\([^-]*-g\)/r\1/; s/-/./g'
}
build() {