summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9c4ab66438e..0a3651efabfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 09:21:03 UTC 2016
+# Thu Mar 3 15:58:47 UTC 2016
pkgbase = python-lunardate
pkgdesc = A Chinese Calendar Library in Pure Python
pkgver = 0.1.5
- pkgrel = 1
- url = https://pypi.python.org/pypi/lunardate
+ pkgrel = 2
+ url = https://github.com/lidaobing/python-lunardate
arch = any
license = GPLv3
source = https://pypi.python.org/packages/source/l/lunardate/lunardate-0.1.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index bca0b8fc9aa5..cdc200fb6381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgname=('python-lunardate'
'python2-lunardate')
pkgdesc="A Chinese Calendar Library in Pure Python"
pkgver=0.1.5
-pkgrel=1
-url="https://pypi.python.org/pypi/lunardate"
+pkgrel=2
+url="https://github.com/lidaobing/python-lunardate"
license=('GPLv3')
arch=('any')
-source="https://pypi.python.org/packages/source/l/lunardate/lunardate-${pkgver}.tar.gz"
+source=("https://pypi.python.org/packages/source/l/lunardate/lunardate-${pkgver}.tar.gz")
md5sums=('7a7ca79f68ccea1d0981286ef9af1cc5')
package_python-lunardate(){