summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-12-21 10:14:53 +0100
committerM0Rf302023-12-21 10:14:53 +0100
commit311d0a4ed0fbbf586fa3b295f23cb57024189cf1 (patch)
tree6178b4551851c0b8a564166658fab40560408108
parent284776a6419a6c1dcbbc7901852411cbe792c38a (diff)
downloadaur-python-flask-themes2.tar.gz
python-flask-themes2: 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d46e0e65761..315357f38e04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-flask-themes2
pkgdesc = Easily theme your Flask app
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/sysr-q/flask-themes2
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-flask-themes2
makedepends = python-setuptools
depends = python-flask
depends = python-simplejson
- source = https://files.pythonhosted.org/packages/8a/f8/9bdefea5451745fcd102e42e4b565691f99afb88d542e7fc710536422d6b/Flask-Themes2-1.0.0.tar.gz
- sha256sums = d14d1c49d05d75bf7e206dc253acd43e5c5a261425c4e57a38b8319cd0c2872f
+ source = https://files.pythonhosted.org/packages/a9/51/5cbc31456eb182d507476331c66ddf866eea412baa2ea527991bd008c2eb/Flask-Themes2-1.0.1.tar.gz
+ sha256sums = 82c3204105e38437d04619bb1f4901cbc8cac5def9598f8f84747a464fcf50fb
pkgname = python-flask-themes2
diff --git a/PKGBUILD b/PKGBUILD
index 1748c9db7303..ad84d7101c05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robertfoster
pkgname='python-flask-themes2'
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Easily theme your Flask app"
url="https://github.com/sysr-q/flask-themes2"
@@ -10,7 +10,7 @@ arch=('any')
depends=('python-flask' 'python-simplejson')
makedepends=('python-setuptools')
_realname=Flask-Themes2
-source=("https://files.pythonhosted.org/packages/8a/f8/9bdefea5451745fcd102e42e4b565691f99afb88d542e7fc710536422d6b/${_realname}-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/a9/51/5cbc31456eb182d507476331c66ddf866eea412baa2ea527991bd008c2eb/Flask-Themes2-${pkgver}.tar.gz")
build() {
cd "$srcdir/${_realname}-$pkgver"
@@ -22,4 +22,4 @@ package() {
python setup.py install --root="$pkgdir"
}
-sha256sums=('d14d1c49d05d75bf7e206dc253acd43e5c5a261425c4e57a38b8319cd0c2872f')
+sha256sums=('82c3204105e38437d04619bb1f4901cbc8cac5def9598f8f84747a464fcf50fb')