summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Mertens2015-07-13 00:35:49 +0200
committerJan Mertens2015-07-13 00:35:49 +0200
commit65601b0690711f89910b9f75af893de6690ef108 (patch)
tree6abbe318907a4c848326c8a94929fd0d5cd67b52
parentfb024c5eb629273740429a8132745fbfa8ece53a (diff)
downloadaur-65601b0690711f89910b9f75af893de6690ef108.tar.gz
fix Source URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bafdda0b13b..d256ddede474 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = aclock
arch = x86_64
license = GPL
depends = gtk3
- source = https://git@github.com/mertensj/aclock.git
+ source = https://github.com/mertensj/aclock.git
md5sums = SKIP
pkgname = aclock
diff --git a/PKGBUILD b/PKGBUILD
index 0be01bddb956..ce9d3600c0e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://github.com/mertensj/aclock"
license=('GPL')
depends=('gtk3')
-source=("https://git@github.com/mertensj/aclock.git")
+source=("https://github.com/mertensj/aclock.git")
md5sums=("SKIP")
_gitname="aclock"