summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Keenan2016-11-16 14:20:45 -0600
committerColin Keenan2016-11-16 14:20:45 -0600
commit556e8b140d2d96d3eff1deee555384182349129f (patch)
treef1c5e263a5b50049227ae4732685ebe70ae4fc6c
parent2d1d1d45d74ef12b7bad08548cf76ddeb470e672 (diff)
downloadaur-556e8b140d2d96d3eff1deee555384182349129f.tar.gz
Changed optional depenency for KDE
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43f5e5979e3b..60cd7fbd7c42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue May 3 23:07:42 UTC 2016
+# Wed Nov 16 20:20:24 UTC 2016
pkgbase = silentcast
pkgdesc = Silent Screencast: video record your screen and make it into an animated gif
pkgver = 2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/colinkeenan/silentcast
install = silentcast.install
arch = any
@@ -19,7 +19,7 @@ pkgbase = silentcast
depends = python-cairo
depends = xdg-utils
depends = yad
- optdepends = libappindicator-activate-gtk3: necessary when running KDE Plasma 5 desktop to enable the right-click->done option from the systray icon
+ optdepends = libappindicator-gtk2: necessary when running KDE Plasma 5 desktop to enable the right-click->done option from the systray icon
source = https://github.com/colinkeenan/silentcast/archive/v2.3.tar.gz
md5sums = f7ce00817cfa11a22a65d324fedcce78
diff --git a/PKGBUILD b/PKGBUILD
index 4191099c52ba..96958b75ac72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=silentcast
pkgver=2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Silent Screencast: video record your screen and make it into an animated gif"
arch=('any')
url="https://github.com/colinkeenan/silentcast"
license=('GPL')
depends=('bash' 'ffmpeg' 'imagemagick' 'xdotool' 'xorg-xrandr' 'xorg-xwininfo' 'wmctrl' 'python-gobject' 'python-cairo' 'xdg-utils' 'yad')
-optdepends=('libappindicator-activate-gtk3: necessary when running KDE Plasma 5 desktop to enable the right-click->done option from the systray icon')
+optdepends=('libappindicator-gtk2: necessary when running KDE Plasma 5 desktop to enable the right-click->done option from the systray icon')
install=${pkgname}.install
source=($url"/archive/v"$pkgver".tar.gz")