summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2016-09-02 20:10:31 -0400
committerSteven Allen2016-09-02 20:10:31 -0400
commit1f150b13ef6680b8c40c6477dd6b34071aaa0853 (patch)
treea088755d383a47bb533c5cb57f2a3761a36effa6
parentf4cb64e34ac78f247fc864075a0ca60bbf6a3b7a (diff)
downloadaur-1f150b13ef6680b8c40c6477dd6b34071aaa0853.tar.gz
fix git source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cb0df55145a..5cb4d8f086d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 17 15:50:24 UTC 2016
+# Sat Sep 3 00:10:31 UTC 2016
pkgbase = localtime-git
pkgdesc = Automatic Timezone Updater
- pkgver = r30.d7ae38e
+ pkgver = r36.59114f9
pkgrel = 1
url = http://stebalien.com/projects/localtime/
install = localtime.install
@@ -16,7 +16,7 @@ pkgbase = localtime-git
depends = polkit
provides = localtime
conflicts = localtime
- source = git+http://stebalien.com/projects/localtime/.git
+ source = git+https://github.com/Stebalien/localtime.git
source = localtime.install
md5sums = SKIP
md5sums = 1ec88ae11d1801c5e398dbcacd605f63
diff --git a/PKGBUILD b/PKGBUILD
index 9b7f5f9fd714..fdf35ed8b8e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Steven Allen <steven@stebalien.com>
pkgname=localtime-git
-pkgver=r30.d7ae38e
+pkgver=r36.59114f9
pkgrel=1
pkgdesc="Automatic Timezone Updater"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('git' 'go')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install=localtime.install
-source=("git+${url}.git" "localtime.install")
+source=("git+https://github.com/Stebalien/localtime.git" "localtime.install")
md5sums=('SKIP'
'1ec88ae11d1801c5e398dbcacd605f63')