summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlolilolicon2016-10-05 21:29:19 +0800
committerlolilolicon2016-10-05 21:29:19 +0800
commite4009acab99d63a4b61989ffb94c70a367f0d58c (patch)
treef1462a917db00ce527a2a44612a3e39da3a82ae0
parentbdb9b255e7a303ac7ec5c4e5e6882b8ca7c151f6 (diff)
downloadaur-e4009acab99d63a4b61989ffb94c70a367f0d58c.tar.gz
Update to 2.4.4
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da757d23b515..5212289ed1fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffcast
pkgdesc = FFcast has almost nothing to do with FFmpeg or screencast ;)
- pkgver = 2.4.3
+ pkgver = 2.4.4
pkgrel = 1
epoch = 1
url = https://github.com/lolilolicon/FFcast
@@ -10,13 +10,14 @@ pkgbase = ffcast
makedepends = automake
makedepends = perl
depends = bash>=4.3
- depends = ffmpeg
depends = xorg-xdpyinfo
depends = xorg-xprop
depends = xorg-xwininfo
depends = xrectsel
- source = https://github.com/lolilolicon/FFcast/archive/2.4.3.tar.gz
- md5sums = 45635ac9ee1aa3e996226638d22a9968
+ optdepends = ffmpeg: for png rec
+ optdepends = imagemagick: for trim
+ source = https://github.com/lolilolicon/FFcast/archive/2.4.4.tar.gz
+ md5sums = 418c07d804d9119b62d800db8cdaaeee
pkgname = ffcast
diff --git a/PKGBUILD b/PKGBUILD
index b9465fbc806c..7cf81cb19de0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lolilolicon <lolilolicon@gmail.com>
_name=FFcast
-_ver=2.4.3
+_ver=2.4.4
pkgname=ffcast
epoch=1
pkgver=${_ver//-/}
@@ -10,10 +10,11 @@ pkgdesc="FFcast has almost nothing to do with FFmpeg or screencast ;)"
arch=(any)
url="https://github.com/lolilolicon/FFcast"
license=(GPL3)
-depends=('bash>=4.3' ffmpeg xorg-xdpyinfo xorg-xprop xorg-xwininfo xrectsel)
+depends=('bash>=4.3' xorg-xdpyinfo xorg-xprop xorg-xwininfo xrectsel)
+optdepends=('ffmpeg: for png rec' 'imagemagick: for trim')
makedepends=(autoconf automake perl)
source=("https://github.com/lolilolicon/$_name/archive/$_ver.tar.gz")
-md5sums=('45635ac9ee1aa3e996226638d22a9968')
+md5sums=('418c07d804d9119b62d800db8cdaaeee')
prepare() {
cd "$_name-$_ver"