diff options
author | Llewelyn Trahaearn | 2015-08-05 09:40:16 -0700 |
---|---|---|
committer | Llewelyn Trahaearn | 2015-08-05 09:40:16 -0700 |
commit | e6077603dad6439e068625e172cb6e7eaed4b187 (patch) | |
tree | a2b889ab2d678168db54d937ba1275dc90e36a0b /PKGBUILD | |
parent | 92b548ba5280beb0476fc7578207ab28d9fdabde (diff) | |
download | aur-e6077603dad6439e068625e172cb6e7eaed4b187.tar.gz |
Updated make dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,11 +3,12 @@ pkgname="gnome-shell-extension-easyscreencast-git" pkgver=0.9.7.1.r4.gef69b61 pkgrel=2 -pkgdesc="Provides a convienent top bar pull-down interface to configure the GNOME Shell Screencast Recording feature." +pkgdesc="Provides a convienent top bar pop-down interface to configure the GNOME Shell Screencast Recording feature." arch=('any') url="https://github.com/iacopodeenosee/EasyScreenCast" license=('GPL3') depends=('gnome-shell') +makedepends=('git') provides=('gnome-shell-extension-easyscreencast') conflicts=('gnome-shell-extensions-git' 'gnome-shell-extensions-easyscreencast') install="gschemas.install" |