summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Hansen2020-01-13 21:40:32 +0100
committerJoakim Hansen2020-01-13 21:40:46 +0100
commitdcef93069824e0900fd12ce30f3837132e0b7051 (patch)
treea4c6d873a8edc685b77a00d5e4f52b49bbbe350c
parentf2ca6c55c3d1bfd30316d76af94877551c9de292 (diff)
downloadaur-dcef93069824e0900fd12ce30f3837132e0b7051.tar.gz
Fix source to match url in PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4c68930d752..50bbfe0ddd81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('python2>=2.7.0')
optdepends=('ffmpeg: realtime transcoding support')
provides=('stream2chromecast')
conflicts=("${_pkgname}")
-source=("git+https://github.com/Pat-Carter/${_pkgname}.git")
+source=("git+https://github.com/dohliam/${_pkgname}.git")
sha256sums=('SKIP')
pkgver() {