diff options
author | Achmad Fathoni | 2023-08-10 11:34:54 +0700 |
---|---|---|
committer | Achmad Fathoni | 2023-08-10 11:34:54 +0700 |
commit | a0f417aa2e6a7cb3b1185c22d0edffcc2df3dbc7 (patch) | |
tree | bbe7a2fc4a9197d4bc18321a1b40b4bf5347d39e /PKGBUILD | |
parent | 0a5673b7c04c78d20fd66a0e0d97c7e29e634fa8 (diff) | |
download | aur-a0f417aa2e6a7cb3b1185c22d0edffcc2df3dbc7.tar.gz |
0.30
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |