summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Muehlhaeuser2022-01-11 20:32:26 +0100
committerChristian Muehlhaeuser2022-01-11 20:32:26 +0100
commite5ccad8b87f7ad418363311b0c6d36ee06a02e2f (patch)
tree5277ee578908e5483cea6421a55242d25deafccf /PKGBUILD
parent2f544e800c1d4c2da0b64b0cd668ff64c2292b2f (diff)
downloadaur-prism-git.tar.gz
Fix broken GitHub repository URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcbbaf739d21..bc1ab4e4ba8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Muehlhaeuser <muesli at gmail dot com>
pkgname=prism-git
-pkgver=r5.869794b
+pkgver=r9.2b52a64
pkgrel=1
pkgdesc="An RTMP stream recaster / splitter"
arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('go' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=($pkgname::git://github.com/muesli/${pkgname%-git}.git)
+source=($pkgname::"git+${url}.git")
sha256sums=('SKIP')
prepare() {