summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author0x9fff002022-06-19 21:57:19 +0000
committer0x9fff002022-06-19 21:57:19 +0000
commitc45f6e1f1bb6f25c70243be36ae5c2936b9b9dff (patch)
treef8042439b3522abd0e6ec0825ab4fdf6bbc9fc62 /PKGBUILD
parenta03ab86988866e7b9f46619aca463cec2b702fc8 (diff)
downloadaur-c45f6e1f1bb6f25c70243be36ae5c2936b9b9dff.tar.gz
1.12.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 909591c0a213..1eced087dad9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pipname=Flask-APScheduler
_reponame=${_pipname,,}
pkgname=python-$_reponame
-pkgver=1.12.3
+pkgver=1.12.4
pkgrel=1
pkgdesc='Adds APScheduler support to Flask'
arch=('any')
@@ -14,7 +14,7 @@ license=('Apache')
depends=('python' 'python-apscheduler' 'python-dateutil' 'python-flask')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('9997f077d1328548e015db31aca0422bb08b551791f93935cd83bba1968d7892')
+sha256sums=('d93c36693b0f7da9ecf91e619c81aaf0507c1b5738c00e6b2ed359e09b130b1e')
build() {
cd "$_reponame-$pkgver"