summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Keenan2017-10-27 14:04:59 -0500
committerColin Keenan2017-10-27 14:04:59 -0500
commit570a55e82ca40c774be75fb93b127edaff885b92 (patch)
treec0ca9abc887c0132da456e7162abfb059a098c87
parent66c741c0f1c21675238f8c0cc889f58aaa4cee0e (diff)
downloadaur-silentcast.tar.gz
updated to v3.07
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28854f41804a..eb62e596db02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 31 22:29:43 UTC 2017
+# Fri Oct 27 19:03:52 UTC 2017
pkgbase = silentcast
pkgdesc = Silent Screencast: video record your screen and make it into an animated gif
- pkgver = 3.06
+ pkgver = 3.07
pkgrel = 1
url = https://github.com/colinkeenan/silentcast
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = silentcast
depends = ffmpeg
depends = imagemagick
depends = gtk3
- source = https://github.com/colinkeenan/silentcast/archive/v3.06.tar.gz
- md5sums = edbc2679ae6eb3a02ec0be537f783694
+ source = https://github.com/colinkeenan/silentcast/archive/v3.07.tar.gz
+ md5sums = 983b867f901132e2b83e4f7d28b64403
pkgname = silentcast
diff --git a/PKGBUILD b/PKGBUILD
index ffa321f6f03c..a9aadc39f4aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Keenan <colinnkeenan at gmail dot com>
pkgname=silentcast
-pkgver=3.06
+pkgver=3.07
pkgrel=1
pkgdesc="Silent Screencast: video record your screen and make it into an animated gif"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('ffmpeg' 'imagemagick' 'gtk3')
source=($url"/archive/v"$pkgver".tar.gz")
-md5sums=('edbc2679ae6eb3a02ec0be537f783694')
+md5sums=('983b867f901132e2b83e4f7d28b64403')
package() {
cd "$pkgname-$pkgver"