summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Bryan2017-09-13 16:01:15 -0500
committerJesse Bryan2017-09-13 16:01:15 -0500
commitc36dfc9c50f349af2a143f08db170c5b4a8c59bd (patch)
tree1ff8750e6c28c3bd89c56e523f5fd46c26af7a6e
parent60d6a6489bd41557064c30887c88579cc3d7751e (diff)
downloadaur-c36dfc9c50f349af2a143f08db170c5b4a8c59bd.tar.gz
optdepends: updated to match the main package
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 390591c2702f..0908ae5cd688 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gsu-git
pkgdesc = A general screenshot and upload utility for images, video, and gifs.
- pkgver = 20170904.0b522da
+ pkgver = 20170913.9016a15
pkgrel = 1
url = https://github.com/winneon/gsu
arch = any
@@ -11,7 +11,10 @@ pkgbase = gsu-git
depends = curl
depends = jq
depends = bash
- optdepends = xclip: Copy URLs to clipboard after upload
+ optdepends = xclip: Copy URLs to clipboard after upload.
+ optdepends = dmenu: Display a menu to select the output type from.
+ optdepends = rofi: Display a menu to select the output type from.
+ optdepends = libnotify: Display a notification when the utlity is finished.
provides = gsu
conflicts = gsu
source = gsu-git::git+https://github.com/winneon/gsu.git
diff --git a/PKGBUILD b/PKGBUILD
index 5a249d043388..39bf2dfe46e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jesse Bryan <jesse@winneon.moe>
pkgname=gsu-git
_pkgname=gsu
-pkgver=20170904.0b522da
+pkgver=20170913.9016a15
pkgrel=1
pkgdesc="A general screenshot and upload utility for images, video, and gifs."
arch=("any")
@@ -11,7 +11,10 @@ provides=("${_pkgname}")
conflicts=("${_pkgname}")
depends=("maim" "ffmpeg" "curl" "jq" "bash")
optdepends=(
- "xclip: Copy URLs to clipboard after upload"
+ "xclip: Copy URLs to clipboard after upload."
+ "dmenu: Display a menu to select the output type from."
+ "rofi: Display a menu to select the output type from."
+ "libnotify: Display a notification when the utlity is finished."
)
makedepends=("git")
source=("${pkgname}::git+https://github.com/winneon/gsu.git")