summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b3d965c9464..53de741231e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = twitch-curses
license = WTFPL
depends = python
depends = livestreamer
- source = https://gitlab.com/corbie/twitch-curses/blob/master/twitch-curses.py
+ source = https://gitlab.com/corbie/twitch-curses/raw/master/twitch-curses.py
sha256sums = SKIP
pkgname = twitch-curses
diff --git a/PKGBUILD b/PKGBUILD
index f7a66e2fd100..5565036cc609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://gitlab.com/corbie/twitch-curses"
license=('WTFPL')
depends=('python' 'livestreamer')
-source=('https://gitlab.com/corbie/twitch-curses/blob/master/twitch-curses.py')
+source=('https://gitlab.com/corbie/twitch-curses/raw/master/twitch-curses.py')
sha256sums=('SKIP')
package() {