summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornfnty2016-05-31 07:57:50 +0200
committernfnty2016-05-31 07:58:11 +0200
commitb563c6fab42148f2873f761ccbbdb0154609672b (patch)
tree203caf61e069fc5b311066cd8e67bbc9d296fc89 /PKGBUILD
parent8e7eb53c0c5b081b56e631d400162b2bf5104364 (diff)
downloadaur-b563c6fab42148f2873f761ccbbdb0154609672b.tar.gz
Use $url for $source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 327ee0230671..10db4a5afe12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ provides=('shotcut')
conflicts=('shotcut')
source=(
- "${srcname}::git+https://github.com/mltframework/shotcut.git"
+ "${srcname}::git+${url}.git"
'shotcut.desktop'
'melt.patch'
)