summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCayetano Santos2020-03-21 12:50:19 +0100
committerCayetano Santos2020-03-21 12:50:19 +0100
commit2d3356e5efd9a82e946f60003e86436d5be50086 (patch)
tree33a7188b761b58a5bed3c6782c728fe5462e2321 /PKGBUILD
parent62583ec2dc56669c5bab6133caf014dcf30dfdb7 (diff)
downloadaur-2d3356e5efd9a82e946f60003e86436d5be50086.tar.gz
Fix provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23ec584ff13a..49c894a9972b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/olofk/edalize"
license=('BSD')
conflicts=('python-edalize')
-provides=('python-edalize')
+provides=('python-edalize-git')
depends=('python' 'python-pytest')
makedepends=('git' 'python-setuptools')