summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlolilolicon2016-10-03 16:09:22 +0800
committerlolilolicon2016-10-03 16:09:22 +0800
commitbdb9b255e7a303ac7ec5c4e5e6882b8ca7c151f6 (patch)
treeae97846fcb488bc76dc0297690f5ee5d76df4245
parent17de05a9b6a67ea5c21605582278edf1e807253a (diff)
downloadaur-bdb9b255e7a303ac7ec5c4e5e6882b8ca7c151f6.tar.gz
Update to 2.4.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2485c5e38ada..da757d23b515 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Sep 16 11:27:14 UTC 2016
pkgbase = ffcast
pkgdesc = FFcast has almost nothing to do with FFmpeg or screencast ;)
- pkgver = 2.4.2
+ pkgver = 2.4.3
pkgrel = 1
epoch = 1
url = https://github.com/lolilolicon/FFcast
@@ -17,8 +15,8 @@ pkgbase = ffcast
depends = xorg-xprop
depends = xorg-xwininfo
depends = xrectsel
- source = https://github.com/lolilolicon/FFcast/archive/2.4.2.tar.gz
- md5sums = c5fe26e8aaf6f7a9b69a1ad565838c35
+ source = https://github.com/lolilolicon/FFcast/archive/2.4.3.tar.gz
+ md5sums = 45635ac9ee1aa3e996226638d22a9968
pkgname = ffcast
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"