summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoel Noyce Barnham2020-10-21 19:29:40 +0100
committerJoel Noyce Barnham2020-10-21 19:29:40 +0100
commit9e21c1c9bc3f4c38e92b10055c4ef8251652fb33 (patch)
treecc67bfdee7125b7a6d371c329abb500e168a0200 /PKGBUILD
parent0bd5b006e7100d33cd3e00fd52580d3cf3710d06 (diff)
downloadaur-flux-git.tar.gz
Correct provided packages
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c32f28846267..9fb82cca1092 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,12 @@ license=('GPL3')
groups=()
depends=('gcc-libs')
makedepends=('git')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=("fluxcomp")
+conflicts=()
replaces=()
backup=()
options=()
install=
-_branch="distrotech-flux"
source=("flux::git+${url}.git#branch=master")
noextract=()
md5sums=('SKIP')