summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2016-06-17 11:50:24 -0400
committerSteven Allen2016-06-17 11:50:24 -0400
commitf4cb64e34ac78f247fc864075a0ca60bbf6a3b7a (patch)
tree7df96245b758d00b7d3627e3bdc5461c6bfd3800
parent86ebf8589bcf05c699dea5a69aa74b28cb5c0843 (diff)
downloadaur-f4cb64e34ac78f247fc864075a0ca60bbf6a3b7a.tar.gz
update project url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d91925e8f4ab..6cb0df55145a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Jan 12 20:17:48 UTC 2016
+# Fri Jun 17 15:50:24 UTC 2016
pkgbase = localtime-git
pkgdesc = Automatic Timezone Updater
pkgver = r30.d7ae38e
pkgrel = 1
- url = https://github.com/Stebalien/localtime
+ url = http://stebalien.com/projects/localtime/
install = localtime.install
arch = any
license = GPL3
@@ -16,7 +16,7 @@ pkgbase = localtime-git
depends = polkit
provides = localtime
conflicts = localtime
- source = git+https://github.com/Stebalien/localtime.git
+ source = git+http://stebalien.com/projects/localtime/.git
source = localtime.install
md5sums = SKIP
md5sums = 1ec88ae11d1801c5e398dbcacd605f63
diff --git a/PKGBUILD b/PKGBUILD
index 6fda61ec8b15..9b7f5f9fd714 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=r30.d7ae38e
pkgrel=1
pkgdesc="Automatic Timezone Updater"
arch=('any')
-url="https://github.com/Stebalien/localtime"
+url="http://stebalien.com/projects/localtime/"
license=('GPL3')
depends=('dbus' 'geoclue2' 'systemd' 'polkit')
makedepends=('git' 'go')