community/simplescreenrecorder to 0.3.10-1

This commit is contained in:
Kevin Mihelich 2018-03-12 18:32:23 +00:00
parent 4bd27ee41d
commit 79bfefbf48

View file

@ -6,8 +6,8 @@
# - cmake with -DENABLE_32BIT_GLINJECT="FALSE" -DENABLE_X86_ASM="FALSE" -DWITH_GLINJECT="FALSE"
pkgname=simplescreenrecorder
pkgver=0.3.9
pkgrel=4
pkgver=0.3.10
pkgrel=1
pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
arch=("x86_64")
url="http://www.maartenbaert.be/simplescreenrecorder/"
@ -24,7 +24,6 @@ makedepends=("git" "cmake" "qt5-tools")
source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
md5sums=("SKIP")
options=("!libtool")
install=simplescreenrecorder.install
prepare() {