summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2018-06-10 22:58:06 +0200
committerFrederik “Freso” S. Olesen2018-06-10 22:58:06 +0200
commit66c1600dbbacb5426d2520ba05a9450db9994d24 (patch)
tree1bc7630a1c300717c8425cec9a90af26bdcd89b0
parent039ceb94ce64b6b23412d95a42a5978c62cf4eef (diff)
downloadaur-66c1600dbbacb5426d2520ba05a9450db9994d24.tar.gz
Use https:// for $url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb6af3cf4741..9e374c64545a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Wed Sep 13 18:56:17 UTC 2017
pkgbase = chatty
pkgdesc = Twitch Chat Client for Desktop
pkgver = 0.8.7
- pkgrel = 1
- url = http://chatty.github.io/
+ pkgrel = 2
+ url = https://chatty.github.io/
arch = any
license = MIT
makedepends = apache-ant
diff --git a/PKGBUILD b/PKGBUILD
index 3deda00455a1..03edd37958f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Christoph Korn <christoph.korn at posteo dot de>
pkgname=chatty
pkgver=0.8.7
-pkgrel=1
+pkgrel=2
pkgdesc="Twitch Chat Client for Desktop"
arch=('any')
-url="http://chatty.github.io/"
+url="https://chatty.github.io/"
license=('MIT')
depends=('java-environment' 'sh')
optdepends=('livestreamer: for watching streams in a custom video player.')