summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2024-01-28 12:49:52 +0300
committerArkadiy Illarionov2024-01-28 12:49:52 +0300
commitaa54412efa02e283f712a4c30b72e94b86ff0cba (patch)
tree898b5923c02e4ca410542d223fee310a2b06025b
parent7afa7851d80f2a5630b444f31f03c3b22c262094 (diff)
downloadaur-aa54412efa02e283f712a4c30b72e94b86ff0cba.tar.gz
Release 3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdecf124938f..a2c3ec522e4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-filedate
pkgdesc = Simple, convenient and cross-platform file date changing library
- pkgver = 2.0
+ pkgver = 3.0
pkgrel = 1
url = https://github.com/kubinka0505/filedate
arch = any
license = GPL-3-or-later
makedepends = python-installer
depends = python-dateutil
- source = https://files.pythonhosted.org/packages/py3/f/filedate/filedate-2.0-py3-none-any.whl
- sha256sums = 5d6104c298b6d398d6200a35f075610f22efd677c9f25b08d6c0d1809f4f2693
+ source = https://files.pythonhosted.org/packages/py3/f/filedate/filedate-3.0-py3-none-any.whl
+ sha256sums = 10af3be124bc17c041a4fb0381f7ab6761384be8f455e785936c9a8cf614dedb
pkgname = python-filedate
diff --git a/PKGBUILD b/PKGBUILD
index 10c9ecf43962..d45c062cbba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-filedate
_name=${pkgname#python-}
-pkgver=2.0
+pkgver=3.0
pkgrel=1
pkgdesc='Simple, convenient and cross-platform file date changing library'
arch=('any')
@@ -13,7 +13,7 @@ makedepends=(
python-installer
)
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_name}-$pkgver-py3-none-any.whl")
-sha256sums=('5d6104c298b6d398d6200a35f075610f22efd677c9f25b08d6c0d1809f4f2693')
+sha256sums=('10af3be124bc17c041a4fb0381f7ab6761384be8f455e785936c9a8cf614dedb')
package(){
python -m installer --destdir="$pkgdir" "${_name}-$pkgver-py3-none-any.whl"