summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cba44972d16..1ad9179daeb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri May 20 09:22:48 UTC 2016
+# Fri May 20 09:45:59 UTC 2016
pkgbase = lunar-calendar-git
pkgdesc = Chinese Lunar calendar widget for Gtk+
pkgver = 3.0.0
pkgrel = 1
- url = http://code.google.com/p/liblunar/
+ url = https://github.com/yetist/lunar-calendar
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index b702d8cdbfea..42c4d3013fd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=3.0.0
pkgrel=1
pkgdesc="Chinese Lunar calendar widget for Gtk+"
arch=("i686" "x86_64")
-url="http://code.google.com/p/liblunar/"
+url="https://github.com/yetist/$_pkgname"
license=('GPL2')
depends=('gtk3>=3.0.9' 'lunar-date>=2.4.0')
makedepends=('git' 'gnome-common' 'gobject-introspection')