summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39efc207ea14..390f2330755e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-korean_lunar_calendar
pkgdesc = Library to convert Korean lunar-calendar to Gregorian calendar
- pkgver = 0.2.1
+ pkgver = 0.3.1
pkgrel = 1
- url = https://github.com/usingsky/korean_lunar_calendar
+ url = https://github.com/usingsky/korean_lunar_calendar_py
arch = any
license = GPL3
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/k/korean_lunar_calendar/korean_lunar_calendar-0.2.1.tar.gz
- sha256sums = 12ce54b1392ed45a82dc6cea85ee5f7e33630556e82488f57e37a22482c8275d
+ source = https://files.pythonhosted.org/packages/source/k/korean_lunar_calendar/korean_lunar_calendar-0.3.1.tar.gz
+ sha256sums = eb2c485124a061016926bdea6d89efdf9b9fdbf16db55895b6cf1e5bec17b857
pkgname = python-korean_lunar_calendar
diff --git a/PKGBUILD b/PKGBUILD
index a0ae0c9d525c..efbe6e6a3fb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname='python-korean_lunar_calendar'
_pkgname=${pkgname#python-}
-pkgver=0.2.1
+pkgver=0.3.1
pkgrel=1
pkgdesc="Library to convert Korean lunar-calendar to Gregorian calendar"
arch=('any')
depends=()
makedepends=('python-setuptools')
-url="https://github.com/usingsky/$_pkgname"
+url="https://github.com/usingsky/korean_lunar_calendar_py"
license=('GPL3')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('12ce54b1392ed45a82dc6cea85ee5f7e33630556e82488f57e37a22482c8275d')
+sha256sums=('eb2c485124a061016926bdea6d89efdf9b9fdbf16db55895b6cf1e5bec17b857')
build() {
cd $_pkgname-$pkgver