aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2023-09-20 16:19:42 +0530
committerAmish2023-09-20 16:19:42 +0530
commit0f0154a2714293d6ed7f3bacdbaf17f088938c3f (patch)
tree09fb0a6ad0e90c7703a10de60fb5bd90ba0f1d0b
parentb2222edccc2ae825a6bd5765f6718a70eaf53520 (diff)
downloadaur-0f0154a2714293d6ed7f3bacdbaf17f088938c3f.tar.gz
Remove replaces directive of PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32f4ccf4507b..9d4cfb626f64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-fangfrisch
pkgdesc = Freshclam like utility that allows downloading unofficial virus definition files
pkgver = 1.6.1
- pkgrel = 2
+ pkgrel = 3
url = https://rseichter.github.io/fangfrisch/
install = fangfrisch.install
arch = any
@@ -12,7 +12,6 @@ pkgbase = python-fangfrisch
depends = python-sqlalchemy>=1.4.0
provides = clamav-unofficial-sigs
conflicts = clamav-unofficial-sigs
- replaces = clamav-unofficial-sigs
backup = etc/fangfrisch/fangfrisch.conf
source = python-fangfrisch-1.6.1.tar.gz::https://github.com/rseichter/fangfrisch/archive/1.6.1.tar.gz
source = fangfrisch.conf
diff --git a/PKGBUILD b/PKGBUILD
index 87b5f7efb784..a5825f924cc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=python-fangfrisch
_name=${pkgname#python-}
pkgver=1.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="Freshclam like utility that allows downloading unofficial virus definition files"
arch=('any')
license=('GPL')
url="https://rseichter.github.io/fangfrisch/"
conflicts=('clamav-unofficial-sigs')
provides=('clamav-unofficial-sigs')
-replaces=('clamav-unofficial-sigs')
depends=('clamav' 'python-requests' 'python-sqlalchemy>=1.4.0')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rseichter/fangfrisch/archive/${pkgver}.tar.gz"