summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoic Coyle2021-08-23 02:29:58 +0200
committerLoic Coyle2021-08-23 02:29:58 +0200
commitd870adef6a4697446cd187bcd9a61eaa50a976c1 (patch)
tree4bb79f4decdb11fcdfe362d4dae399424462832c
parent451c85fa9f7a475115dfe98bbe18f3f9f45d20df (diff)
downloadaur-d870adef6a4697446cd187bcd9a61eaa50a976c1.tar.gz
remove provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8c72c3cad23..8da7764b0797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,9 +9,7 @@ pkgbase = cuff-git
depends = curl
depends = jq
optdepends = jackett: Use many torrent trackers with software that supports torznab/potato feeds.
- provides = cuff
source = cuff::git+https://github.com/loiccoyle/cuff.git
md5sums = SKIP
pkgname = cuff-git
-
diff --git a/PKGBUILD b/PKGBUILD
index abf69a0360ed..b40592ef187c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ url='https://github.com/loiccoyle/cuff'
license=('MIT')
depends=('curl' 'jq')
optdepends=('jackett: Use many torrent trackers with software that supports torznab/potato feeds.')
-provides=('cuff')
makedepends=('git')
source=("${_pkgname}::git+https://github.com/loiccoyle/cuff.git")
md5sums=('SKIP')