summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCayetano Santos2020-03-08 20:00:24 +0100
committerCayetano Santos2020-03-08 20:00:24 +0100
commite4307e69da417ba3e9f2ff00ead2529f3e77b08b (patch)
treebd053b44e98c7c0a9e8dbe720df352ca919a5c7d /PKGBUILD
parent93fcc2f52769f7582ed4d41a2b712d43adba864c (diff)
downloadaur-e4307e69da417ba3e9f2ff00ead2529f3e77b08b.tar.gz
fix provides variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f68df7be7024..1d22386228ca 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-git')
+provides=('python-edalize')
depends=('python' 'python-pytest')
makedepends=('git' 'python-setuptools')