summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2015-08-12 11:10:51 -0700
committerKyle Manna2015-08-12 11:10:51 -0700
commit1adedfbe1e07c42dfb5660f9f46f00cf4354e603 (patch)
tree41232bc55bc2ecc46d2cc56b710dae9e3656d346 /PKGBUILD
parentfb0cd0dd9655a738ce02aa20ff30adf054b89f68 (diff)
downloadaur-1adedfbe1e07c42dfb5660f9f46f00cf4354e603.tar.gz
PKGBUILD: Fix str replace typo
* Remove extra forward slash.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02e4f857688c..37c8247e7689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=storj-dataserv-client
-_pkgname=${pkgname/storj-//}
+_pkgname=${pkgname/storj-/}
pkgver=1.1.0
pkgrel=1
pkgdesc="Storj Client for storing and auditing data"