summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorloli2019-04-16 22:24:26 -0400
committerloli2019-04-16 22:24:26 -0400
commit31dd0c6c8eeea2e068c7d406f4bc059c50057dc1 (patch)
tree8be4ac33b1915f00f3ab0662c10825217f0b0089
parent7c96f3051552d3a981b72a3e683b5478c4ed1ba0 (diff)
downloadaur-31dd0c6c8eeea2e068c7d406f4bc059c50057dc1.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 334c981f45e7..effa76075d98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shr-moe-screenshot-git
pkgdesc = This is a command-line tool that takes a regular screenshot using either PNG, JPG, or a video capture using MP4, WebM, APNG and uploads it to shr.moe
- pkgver = 1.0.1.r0.gfee0ca1
+ pkgver = 1.0.1.r0.2f860053
pkgrel = 1
url = https://git.sr.ht/~loli/shr-moe-screenshot
arch = any
@@ -9,6 +9,7 @@ pkgbase = shr-moe-screenshot-git
depends = slop
depends = curl
depends = xsel
+ depends = bc
optdepends = torsocks: Upload images through Tor
optdepends = ffmpeg: Upload animated screenshots
optdepends = mozjpeg: Better jpeg compresion. Highly recomended
diff --git a/PKGBUILD b/PKGBUILD
index 2ced8e3524ff..ef12a6ed20af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: <xris_pop@yahoo.ca>
_pkgname=shr-moe-screenshot
pkgname=$_pkgname-git
-pkgver=1.0.1.r0.gfee0ca1
+pkgver=1.0.1.r0.2f860053
pkgrel=1
pkgdesc="This is a command-line tool that takes a regular screenshot using either PNG, JPG, or a video capture using MP4, WebM, APNG and uploads it to shr.moe"
arch=('any')
url="https://git.sr.ht/~loli/shr-moe-screenshot"
license=('custom:The Unlicense')
-depends=('maim' 'slop' 'curl' 'xsel')
+depends=('maim' 'slop' 'curl' 'xsel' 'bc')
replaces=('raritynetwork-screenshot-util-git')
conflicts=('raritynetwork-screenshot-util-git')
optdepends=('torsocks: Upload images through Tor' 'ffmpeg: Upload animated screenshots' 'mozjpeg: Better jpeg compresion. Highly recomended' 'zopflipng-git: Better png compresion')