summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Morris2020-10-21 20:18:16 -0700
committerKevin Morris2020-10-21 20:18:16 -0700
commita778dbe9c524dbb292a392311a807fcfa7c5fc79 (patch)
tree95b4c8a45ecc5556b469de10a39df24771b58c84 /PKGBUILD
parente457797419d0c531beb33c6002ff2e826174557e (diff)
downloadaur-sprunge-git.tar.gz
Add 'python-requests' to depends
Signed-off-by: Kevin Morris <kevr@0cost.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1ba25a40c25..eed7d0880d65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname='sprunge-git'
-pkgver=0.4.r0.gca54f95
+pkgver=0.5.r2.g31e8914
pkgrel=1
pkgdesc='Upload data to sprunge.us via stdin'
license=('GPL2')
url='https://github.com/kevr/sprunge'
arch=('i686' 'x86_64' 'armv6h')
-depends=('python')
+depends=('python' 'python-requests')
conflicts=("${pkgname%-git}")
optdepends=('xclip: default --clip-command')
makedepends=('git')