summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-11-14 22:09:07 +0100
committerBilal Elmoussaoui2017-11-14 22:09:07 +0100
commit4ea7a666aa82358747dc49e7a6a53a40e08f2287 (patch)
tree7c497edcc2aa58d50c54c7178b76b2edafae4160
parent4381d276789b92c8f3f58fd348e242f101a4486f (diff)
downloadaur-4ea7a666aa82358747dc49e7a6a53a40e08f2287.tar.gz
gnome-screenshot is no longer a dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95af4587b0c4..6512d9d2f9e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,6 @@ pkgbase = budgie-screenshot-applet
depends = budgie-desktop
depends = json-glib
depends = rest
- depends = gnome-screenshot
source = https://github.com/cybre/budgie-screenshot-applet/archive/0.4.3.tar.gz
sha256sums = 0a39cd01a76aaa825caccd62a46833163e113098f359074171eb134a27c7b67b
diff --git a/PKGBUILD b/PKGBUILD
index 01a0cab6db41..ffa11f83e125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A Budgie applet for taking and uploading screenshots to Imgur and Image
arch=('i686' 'x86_64')
license=('GPL2')
sha256sums=('0a39cd01a76aaa825caccd62a46833163e113098f359074171eb134a27c7b67b')
-depends=('libpeas' 'budgie-desktop' 'json-glib' 'rest' 'gnome-screenshot')
+depends=('libpeas' 'budgie-desktop' 'json-glib' 'rest')
makedepends=('gnome-common' 'gobject-introspection' 'intltool' 'meson' 'ninja' 'itstool' 'vala' 'yelp-tools')
url="https://github.com/cybre/${pkgname}"
source=("${url}/archive/${pkgver}.tar.gz")