summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchannel-422021-03-12 10:11:12 +0100
committerchannel-422021-03-12 10:11:12 +0100
commit7bc45a8dac52eb513ad766060eccca650a8df966 (patch)
tree4c097a7ecd383cbfbdf05f6b326269f588ff96be
parent65c0f4f1f3111e78deb549408b448c93ea215e52 (diff)
downloadaur-wppfzf.tar.gz
Adding missing dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec5ebe1f347f..4459b761d87c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = wppfzf
pkgdesc = Browse and download images from reddit with fzf
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/channel-42/wppfzf
arch = any
groups = misc
license = GPL3
+ depends = python
+ depends = wget
depends = fzf
- depends = ueberzug
depends = bash
+ depends = ueberzug
source = https://github.com/channel-42/wppfzf/archive/v0.1.0.tar.gz
md5sums = ef6561e2c7ec658108ccbf6f406ae96a
diff --git a/PKGBUILD b/PKGBUILD
index e5b3756872b8..b29ec58e89f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
# Maintainer: corusm <dev@corusm.de>
pkgname=wppfzf
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Browse and download images from reddit with fzf"
arch=('any')
url="https://github.com/channel-42/wppfzf"
license=('GPL3')
groups=('misc')
-depends=('fzf'
- 'ueberzug'
- 'bash')
+depends=('python' 'wget' 'fzf' 'bash' 'ueberzug')
source=("https://github.com/channel-42/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('ef6561e2c7ec658108ccbf6f406ae96a')