summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordec05eba2020-09-27 02:49:22 +0200
committerdec05eba2020-09-27 02:49:22 +0200
commit8a0f8e092b73f3fb04bd24045070f97f98df5d05 (patch)
tree5769a7ddab535dcc96209c008bfc87b6e2e565c1
parentbd736b62c2f3501a741c0b6a2ae4d906c05f3c91 (diff)
downloadaur-8a0f8e092b73f3fb04bd24045070f97f98df5d05.tar.gz
Use correct protobuf dependency...
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 467df02255b4..aae928a135c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = automedia-git
pkgdesc = Automatically track new releases of media and download them. Supports torrents using rss (nyaa.si) and manga sites using html.
pkgver = r108.836eda9
- pkgrel = 5
+ pkgrel = 6
url = https://git.dec05eba.com/AutoMedia
arch = x86_64
license = GPL3
depends = python
depends = python-lxml
depends = python-requests
- depends = python-protobuf
+ depends = python-pure-protobuf
depends = curl
depends = transmission-cli
optdepends = libnotify
diff --git a/PKGBUILD b/PKGBUILD
index 5496a17226a9..dc0269bfa9fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=automedia-git
pkgver=r108.836eda9
-pkgrel=5
+pkgrel=6
pkgdesc='Automatically track new releases of media and download them. Supports torrents using rss (nyaa.si) and manga sites using html.'
arch=('x86_64')
url="https://git.dec05eba.com/AutoMedia"
license=('GPL3')
-depends=('python' 'python-lxml' 'python-requests' 'python-protobuf' 'curl' 'transmission-cli')
+depends=('python' 'python-lxml' 'python-requests' 'python-pure-protobuf' 'curl' 'transmission-cli')
optdepends=('libnotify')
provides=('automedia')
conflicts=('automedia')