summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302021-07-31 14:56:07 +0200
committerM0Rf302021-07-31 14:56:07 +0200
commit7692ab39a7569861b834fcf7b9a9c56573cbf3e6 (patch)
tree78a42d1e98966a205d9e2cd04662de08fd738d1f
parente41e2f4354d83257237d4088c357933a65d9e255 (diff)
downloadaur-7692ab39a7569861b834fcf7b9a9c56573cbf3e6.tar.gz
python-flask-themes2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 477a26642046..0bc57c8221e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python-flask-themes2
pkgdesc = Easily theme your Flask app
- pkgver = 0.1.5
- pkgrel = 2
+ pkgver = 1.0.0
+ pkgrel = 1
url = https://github.com/sysr-q/flask-themes2
arch = any
license = MIT
makedepends = python-setuptools
depends = python-flask
depends = python-simplejson
- source = https://files.pythonhosted.org/packages/fa/3f/c9615626ce769bb462b00b1a8c8398d383437cdd2a352c99d3993aaca002/Flask-Themes2-0.1.5.tar.gz
- md5sums = 38d728671701c44386881123396d6303
+ source = https://files.pythonhosted.org/packages/8a/f8/9bdefea5451745fcd102e42e4b565691f99afb88d542e7fc710536422d6b/Flask-Themes2-1.0.0.tar.gz
+ md5sums = f8aac4b4464712f8567d036a31624fd7
pkgname = python-flask-themes2
-
diff --git a/PKGBUILD b/PKGBUILD
index c02158e88910..c798d866c642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: robertfoster
pkgname='python-flask-themes2'
-pkgver=0.1.5
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc="Easily theme your Flask app"
url="https://github.com/sysr-q/flask-themes2"
license=('MIT')
@@ -10,7 +10,7 @@ arch=('any')
depends=('python-flask' 'python-simplejson')
makedepends=('python-setuptools')
_realname=Flask-Themes2
-source=("https://files.pythonhosted.org/packages/fa/3f/c9615626ce769bb462b00b1a8c8398d383437cdd2a352c99d3993aaca002/${_realname}-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/8a/f8/9bdefea5451745fcd102e42e4b565691f99afb88d542e7fc710536422d6b/${_realname}-$pkgver.tar.gz")
build() {
cd "$srcdir/${_realname}-$pkgver"
@@ -22,4 +22,4 @@ package() {
python setup.py install --root="$pkgdir"
}
-md5sums=('38d728671701c44386881123396d6303')
+md5sums=('f8aac4b4464712f8567d036a31624fd7')