summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Mertens2015-07-13 00:52:43 +0200
committerJan Mertens2015-07-13 00:52:43 +0200
commit00925453453d49a35a0a276430051acbc7f41c49 (patch)
tree7db93f5050ca9015093c033854c9421dc0b2219f
parentab76e124eb3c02fb5a43d6dd61b325bece4a8786 (diff)
downloadaur-00925453453d49a35a0a276430051acbc7f41c49.tar.gz
source in PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d256ddede474..95d4876f46fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = aclock
arch = x86_64
license = GPL
depends = gtk3
- source = https://github.com/mertensj/aclock.git
+ source = git+https://git@github.com/mertensj/aclock.git
md5sums = SKIP
pkgname = aclock
diff --git a/PKGBUILD b/PKGBUILD
index f11f5f503689..4d5e5e099241 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://github.com/mertensj/aclock.git")
+source=("git+https://git@github.com/mertensj/aclock.git")
md5sums=("SKIP")
_gitname="aclock.git"