summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2023-08-10 11:34:54 +0700
committerAchmad Fathoni2023-08-10 11:34:54 +0700
commita0f417aa2e6a7cb3b1185c22d0edffcc2df3dbc7 (patch)
treebbe7a2fc4a9197d4bc18321a1b40b4bf5347d39e /PKGBUILD
parent0a5673b7c04c78d20fd66a0e0d97c7e29e634fa8 (diff)
downloadaur-a0f417aa2e6a7cb3b1185c22d0edffcc2df3dbc7.tar.gz
0.30
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56708a5ebec9..e024a58c2d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-holidays
_pkgname=${pkgname:7}
-pkgver=0.28
+pkgver=0.30
pkgrel=1
pkgdesc="Generate and work with holidays in Python"
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=(python-build python-installer python-wheel python-setuptools)
depends=(python 'python-convertdate>=2.3.0' python-korean_lunar_calendar python-hijri-converter)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('96e1cc82153c56c1503480b99f898e5c1b8075f75ecfe5b0257b6bdd571e4363')
+sha256sums=('eb40aae8236fa4ac7fe862dbcec3b10311c94c8310cea9e77e6b1aae63c312d4')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}