summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpozar2016-03-03 16:59:05 +0100
committerpozar2016-03-03 16:59:05 +0100
commit9eb76baad01337154699eab89c5776a23cd00562 (patch)
tree0622cd7d3e4ded7f69b8cf51e01d11c1af00ec7c
parentc7417d59bbfc80861f8a8bc235798f1ff4ab6581 (diff)
downloadaur-9eb76baad01337154699eab89c5776a23cd00562.tar.gz
bugfix
-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(){