summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2015-08-05 09:40:16 -0700
committerLlewelyn Trahaearn2015-08-05 09:40:16 -0700
commite6077603dad6439e068625e172cb6e7eaed4b187 (patch)
treea2b889ab2d678168db54d937ba1275dc90e36a0b
parent92b548ba5280beb0476fc7578207ab28d9fdabde (diff)
downloadaur-e6077603dad6439e068625e172cb6e7eaed4b187.tar.gz
Updated make dependencies.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6baeacbebc7..3f57b3986101 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = gnome-shell-extension-easyscreencast-git
- 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.
pkgver = 0.9.7.1.r4.gef69b61
pkgrel = 2
url = https://github.com/iacopodeenosee/EasyScreenCast
install = gschemas.install
arch = any
license = GPL3
+ makedepends = git
depends = gnome-shell
provides = gnome-shell-extension-easyscreencast
conflicts = gnome-shell-extensions-git
diff --git a/PKGBUILD b/PKGBUILD
index 17b954cdbadc..0d2c473b9a1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"