summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2020-01-19 20:35:16 -0500
committerGI_Jack2020-01-19 20:35:16 -0500
commitcc8eb501813ea587b94fe2ea6dc2ca0a56898ba1 (patch)
tree49d6889c1c65f7006090b237b04fae60632a3592
parentffcf5ad2ab496dfbc9f9b271112a56883826881d (diff)
downloadaur-cc8eb501813ea587b94fe2ea6dc2ca0a56898ba1.tar.gz
cleared up conflicts/provides
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f65084739c1..d162e60162fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('Custom')
groups=()
depends=()
makedepends=('git')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
install=
source=("${pkgname}::git+https://github.com/froyotam/ferrite-core.git")
noextract=()