summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author466202023-10-08 14:47:26 -0400
committer466202023-10-08 14:47:26 -0400
commit302f27883b6d53fe05469e715aa7ef8e0b217211 (patch)
tree90d55a22c698b154630a1685e9c10be0aea30188
parent3637645bc8885c12980939c90015b4104d969dd2 (diff)
downloadaur-302f27883b6d53fe05469e715aa7ef8e0b217211.tar.gz
add provides tag
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bdb3ecaf05f..e7bcdff9a245 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = revanced-integrations-bin
pkgdesc = Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
pkgver = 0.119.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/revanced/revanced-integrations
arch = any
license = GPL3
depends = revanced-cli
+ provides = revanced-integrations
conflicts = revanced-integrations
source = integrations-0.119.0.apk::https://github.com/revanced/revanced-integrations/releases/download/v0.119.0/revanced-integrations-0.119.0.apk
source = https://github.com/revanced/revanced-integrations/raw/v0.119.0/LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 367dc618d317..433bc6dea568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='revanced-integrations-bin'
pkgver="0.119.0"
-pkgrel=1
+pkgrel=2
pkgdesc='Integrations containing helper classes for ReVanced. Originally maintained by Vanced.'
arch=('any')
url="https://github.com/revanced/revanced-integrations"
license=('GPL3')
depends=('revanced-cli')
+provides=('revanced-integrations')
conflicts=('revanced-integrations')
source=("integrations-${pkgver}.apk::${url}/releases/download/v${pkgver}/revanced-integrations-${pkgver}.apk"
"${url}/raw/v${pkgver}/LICENSE")