summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2022-01-03 03:38:10 +0100
committerMichal Wojdyla2022-01-03 03:38:10 +0100
commit6add4b3223c66366a165c233f4c419cd97de0579 (patch)
tree540a0d38744123e59ae15fc7b6c7c11af2c95f84
parent89df4f579138d214f874b4ba113c06f7a96ff10e (diff)
downloadaur-6add4b3223c66366a165c233f4c419cd97de0579.tar.gz
add additional dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b108565d89b..728693649357 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
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')