summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-06-18 16:16:41 -0300
committerDaniel Bermond2017-06-18 16:16:41 -0300
commit322f7b5d3ddabf0f791a2fa2bef29dd8bcc5d688 (patch)
treec15415f2096f66f902532147ae580bdf1a3ff78e /PKGBUILD
parent4986d698a59ae38622d59631b12cb9197fd3cdd4 (diff)
downloadaur-322f7b5d3ddabf0f791a2fa2bef29dd8bcc5d688.tar.gz
Updated to version 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6dcea8dd305..cf9637b397c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=screencast
-pkgver=1.2.1
-pkgrel=4
+pkgver=1.3.0
+pkgrel=1
pkgdesc='Command line interface to record a X11 desktop'
arch=('any')
url='https://github.com/dbermond/screencast/'
license=('GPL')
depends=('ffmpeg' 'xorg-xdpyinfo' 'libnotify')
-optdepends=('bc: fade effect support'
+optdepends=('slop: graphical screen region selection support'
+ 'bc: fade effect support'
'imagemagick: watermark effect support'
'oxygen-icons: desktop notification icons support'
'sound-theme-freedesktop: sound notification support'
@@ -19,7 +20,7 @@ optdepends=('bc: fade effect support'
'littleutils-full: png (watermark) optimization support')
conflicts=('screencast-git')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/bermond/screencast/archive/v${pkgver}.tar.gz")
-sha256sums=('0fec2841b1efa3a8c25e32e9a18be161714b6f9828ed6e28c3bd12719b61beeb')
+sha256sums=('ad3fd51cca387cb57af6a1aec93e651f631221193c7928a60f81787bde4f18fc')
package() {
cd "${pkgname}-${pkgver}"