summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoshless2017-08-02 03:20:45 +0200
committerRoshless2017-08-02 03:20:45 +0200
commitf04557ec2f3f398653086464b227c88cd463e556 (patch)
treeca921c00d1a6ea3877e71349bfc393bf6c82ef84 /PKGBUILD
parentc0b49dd9cff313ea22c50ad085fedf4776d5f1fa (diff)
downloadaur-f04557ec2f3f398653086464b227c88cd463e556.tar.gz
dependencies fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c948753c7e41..f8d773f37896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Roshless <aur@roshless.com>
pkgname=yt-rss-watcher
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Automation tool for listening to music on youtube"
arch=('any')
url="https://git.roshless.me/Roshless/yt-rss-watcher"
license=('GPL')
-makedepends=('python' 'youtube-dl' 'mpv' 'python-feedparser' 'python-arrow')
+depends=('python' 'youtube-dl' 'mpv' 'python-feedparser' 'python-arrow')
source=(${pkgname}-${pkgver}.tar.gz::https://git.roshless.me/Roshless/yt-rss-watcher/archive/${pkgver}.tar.gz)
sha256sums=('c19b48e58c84ef5dfe75f8b4e063da15820e23aef95b371408ce9fb73d7d1bc5')