summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-07-31 11:40:55 +1200
committercaltlgin2020-07-31 11:40:55 +1200
commit5b6b29e920583f580c8fe9fb6be032f4b66469a3 (patch)
tree57c1080268b509eae14a2087169de4688661a9e3 /PKGBUILD
parent107145720aa4964c8988484ca27ff86df616153f (diff)
downloadaur-5b6b29e920583f580c8fe9fb6be032f4b66469a3.tar.gz
Fix provides case
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6617c00f134e..360a5fa5cb8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://github.com/thombashi/DataProperty'
license=('MIT')
depends=('python-mbstrdecoder' 'python-typepy')
makedepends=('python-setuptools')
-provides=("${_pkgname}")
+provides=("${_pkgname,,}")
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('70ea253f74a51e39491770ac69428488bed75d62135accb234d89358d220b6ec')