summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgort8182017-08-27 16:53:08 -0700
committergort8182017-08-27 16:53:08 -0700
commit647f00a7e796399cb4130aace9ae9fa1331f8e8c (patch)
treeabf299321699d44bb57f19ee15303f732ae6a636
parent022b43fbd25a3000df6ac580f9cca29230cddb4d (diff)
downloadaur-647f00a7e796399cb4130aace9ae9fa1331f8e8c.tar.gz
change source location, was incorrect
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30f14a9d1fd3..6a12362dd516 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL3')
url="https://github.com/gort818/${pkgname%-git}"
depends=('python3' 'python-gobject' 'gtk3' 'python-requests' 'python-pygame')
options=('!emptydirs')
-source=("git://github.com/gort818/${pkgname%-git}.git")
+source=("https://github.com/gort818/${pkgname%-git}.git")
sha1sums=('SKIP')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")