summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2018-02-12 20:08:54 +0100
committerBilal Elmoussaoui2018-02-12 20:08:54 +0100
commit0a1367eaeb547eaf55d6099fb2e1ed3a15996a9f (patch)
tree2ecebb5faf68455882fbd203342c3530ecf31bda
parent25041041d7fb881e6d3603b62f6ad9b9bd41e08e (diff)
downloadaur-0a1367eaeb547eaf55d6099fb2e1ed3a15996a9f.tar.gz
clean variables
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 132bec0156f0..1f01823b51b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ options=('!emptydirs')
source=("git://github.com/haecker-felix/${_pkgname}.git")
md5sums=('SKIP')
conflicts=('gradio' 'gradio-bin')
-provides=("gradio=$pkgver")
+provides=("gradio=${pkgver}")
build() {
cd "${srcdir}/${_pkgname}"