summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Bryan2017-09-13 19:26:43 -0500
committerJesse Bryan2017-09-13 19:26:43 -0500
commit8a37b98cf7e7af06ca5da2478eaab3ab78dcc45f (patch)
treead2c46f6e8f09d2b83b6f063ec2276e02ea43a74
parentc36dfc9c50f349af2a143f08db170c5b4a8c59bd (diff)
downloadaur-8a37b98cf7e7af06ca5da2478eaab3ab78dcc45f.tar.gz
general: updated to match the main package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0908ae5cd688..ef641545419b 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 = 20170913.9016a15
+ pkgver = 20170913.a36f2a6
pkgrel = 1
url = https://github.com/winneon/gsu
arch = any
@@ -11,7 +11,8 @@ pkgbase = gsu-git
depends = curl
depends = jq
depends = bash
- optdepends = xclip: Copy URLs to clipboard after upload.
+ depends = xdotool
+ optdepends = xsel: 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.
diff --git a/PKGBUILD b/PKGBUILD
index 39bf2dfe46e1..e534c7f43713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jesse Bryan <jesse@winneon.moe>
pkgname=gsu-git
_pkgname=gsu
-pkgver=20170913.9016a15
+pkgver=20170913.a36f2a6
pkgrel=1
pkgdesc="A general screenshot and upload utility for images, video, and gifs."
arch=("any")
@@ -9,9 +9,9 @@ url="https://github.com/winneon/${_pkgname}"
license=("MIT")
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-depends=("maim" "ffmpeg" "curl" "jq" "bash")
+depends=("maim" "ffmpeg" "curl" "jq" "bash" "xdotool")
optdepends=(
- "xclip: Copy URLs to clipboard after upload."
+ "xsel: 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."