aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2020-03-12 08:18:05 +0530
committerAmish2020-03-12 08:18:05 +0530
commit36730fc7563cc35da639cbebb27a5786e8ed7c8a (patch)
treede374ec1ecd0437f9773f27b841ba470b85a0091
parent806f8ecf3e5ad93e91c91b368a1a511245dd422c (diff)
downloadaur-36730fc7563cc35da639cbebb27a5786e8ed7c8a.tar.gz
python-requests is required
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b22eb23211a..82e4e3a7ee77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-fangfrisch
pkgdesc = Freshclam like utility that allows downloading unofficial virus definition files
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://rseichter.github.io/fangfrisch/
install = fangfrisch.install
arch = any
license = GPL
makedepends = python-setuptools
depends = clamav
- depends = python
+ depends = python-requests
depends = python-sqlalchemy
provides = clamav-unofficial-sigs
conflicts = clamav-unofficial-sigs
diff --git a/PKGBUILD b/PKGBUILD
index 9b8aabf9f2e7..b44e34df42ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fangfrisch
_name=${pkgname#python-}
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Freshclam like utility that allows downloading unofficial virus definition files"
arch=('any')
license=('GPL')
@@ -10,7 +10,7 @@ url="https://rseichter.github.io/fangfrisch/"
conflicts=('clamav-unofficial-sigs')
provides=('clamav-unofficial-sigs')
replaces=('clamav-unofficial-sigs')
-depends=('clamav' 'python' 'python-sqlalchemy')
+depends=('clamav' 'python-requests' 'python-sqlalchemy')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rseichter/fangfrisch/archive/${pkgver}.tar.gz"
"${_name}.conf"