diff options
author | Michal Wojdyla | 2022-01-03 03:38:10 +0100 |
---|---|---|
committer | Michal Wojdyla | 2022-01-03 03:38:10 +0100 |
commit | 6add4b3223c66366a165c233f4c419cd97de0579 (patch) | |
tree | 540a0d38744123e59ae15fc7b6c7c11af2c95f84 | |
parent | 89df4f579138d214f874b4ba113c06f7a96ff10e (diff) | |
download | aur-6add4b3223c66366a165c233f4c419cd97de0579.tar.gz |
add additional dependency
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -8,8 +8,8 @@ pkgbase = emacs-screencast-mode-git makedepends = git depends = emacs depends = recordmydesktop + depends = wmctrl source = git+https://github.com/esbena/screencast-mode md5sums = SKIP pkgname = emacs-screencast-mode-git - @@ -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') |