summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordec05eba2020-06-23 01:39:47 +0200
committerdec05eba2020-06-23 01:39:47 +0200
commitf1f7eca4b84c40f54ecf61dafe14f21f2b515632 (patch)
treef3743165052bd5509fcab9c904109967d3bee6b9 /PKGBUILD
parent66e9fb234f4fba3a94df43c7081cb1f09d3df7e0 (diff)
downloadaur-f1f7eca4b84c40f54ecf61dafe14f21f2b515632.tar.gz
Fix launch script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 970c0c03786b..34850d314e72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: dec05eba <dec05eba@protonmail.com>
pkgname=automedia-git
-pkgver=r65.8fd9226
+pkgver=r66.fc394eb
pkgrel=1
pkgdesc='Automatically track new releases of media and download them. Supports torrents using rss (nyaa.si) and manga sites using html.'
arch=('any')
url="https://git.dec05eba.com/AutoMedia"
license=('GPL3')
depends=('python' 'python-feedparser' 'python-transmissionrpc' 'python-lxml' 'python-requests' 'python-protobuf' 'transmission-cli')
-optdepends=('notify-send')
+optdepends=('libnotify')
provides=('automedia')
conflicts=('automedia')
source=("git+https://git.dec05eba.com/AutoMedia")