summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2022-01-03 03:38:10 +0100
committerMichal Wojdyla2022-01-03 03:38:10 +0100
commit6add4b3223c66366a165c233f4c419cd97de0579 (patch)
tree540a0d38744123e59ae15fc7b6c7c11af2c95f84 /PKGBUILD
parent89df4f579138d214f874b4ba113c06f7a96ff10e (diff)
downloadaur-emacs-screencast-mode-git.tar.gz
add additional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24c6c02d3812..f09e52d24c4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-screencast-mode-git
pkgver=7.9f342c9
pkgrel=1
@@ -6,7 +6,7 @@ pkgdesc="screencasting from within emacs"
arch=('any')
url="https://github.com/esbena/screencast-mode"
license=('GPL')
-depends=('emacs' 'recordmydesktop')
+depends=('emacs' 'recordmydesktop' 'wmctrl')
makedepends=('git')
source=("git+https://github.com/esbena/screencast-mode")
md5sums=('SKIP')