aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArondight2016-05-21 14:59:23 +0800
committerArondight2016-05-21 14:59:23 +0800
commitce0c24d9197fc23127b23d108726c8d75a8c7a40 (patch)
tree76c16359b2343caf095f690ff74a50d8ad81a212
parent9ef2ab7c7d6d6d2d5cc0e4754f219a8f79dfbc63 (diff)
downloadaur-ce0c24d9197fc23127b23d108726c8d75a8c7a40.tar.gz
Fixed wrong source directory
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23b5f790246f..fbe73411a881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=()
install=
-source=("${pkgname}::git+${url}#branch=master")
+source=("${pkgname%-git}::git+${url}#branch=master")
noextract=()
sha256sums=('SKIP')