summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlolilolicon2016-10-03 16:09:22 +0800
committerlolilolicon2016-10-03 16:09:22 +0800
commitbdb9b255e7a303ac7ec5c4e5e6882b8ca7c151f6 (patch)
treeae97846fcb488bc76dc0297690f5ee5d76df4245 /PKGBUILD
parent17de05a9b6a67ea5c21605582278edf1e807253a (diff)
downloadaur-bdb9b255e7a303ac7ec5c4e5e6882b8ca7c151f6.tar.gz
Update to 2.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 439652cfe4f0..b9465fbc806c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lolilolicon <lolilolicon@gmail.com>
_name=FFcast
-_ver=2.4.2
+_ver=2.4.3
pkgname=ffcast
epoch=1
pkgver=${_ver//-/}
@@ -13,7 +13,7 @@ license=(GPL3)
depends=('bash>=4.3' ffmpeg xorg-xdpyinfo xorg-xprop xorg-xwininfo xrectsel)
makedepends=(autoconf automake perl)
source=("https://github.com/lolilolicon/$_name/archive/$_ver.tar.gz")
-md5sums=('c5fe26e8aaf6f7a9b69a1ad565838c35')
+md5sums=('45635ac9ee1aa3e996226638d22a9968')
prepare() {
cd "$_name-$_ver"