summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302021-07-31 14:56:45 +0200
committerM0Rf302021-07-31 14:56:45 +0200
commit284776a6419a6c1dcbbc7901852411cbe792c38a (patch)
treebe6bff683d55efb555e49d1ca4a450b0176df514
parent7692ab39a7569861b834fcf7b9a9c56573cbf3e6 (diff)
downloadaur-284776a6419a6c1dcbbc7901852411cbe792c38a.tar.gz
python-flask-themes2: 1.0.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bc57c8221e9..2d46e0e65761 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,6 @@ pkgbase = python-flask-themes2
depends = python-flask
depends = python-simplejson
source = https://files.pythonhosted.org/packages/8a/f8/9bdefea5451745fcd102e42e4b565691f99afb88d542e7fc710536422d6b/Flask-Themes2-1.0.0.tar.gz
- md5sums = f8aac4b4464712f8567d036a31624fd7
+ sha256sums = d14d1c49d05d75bf7e206dc253acd43e5c5a261425c4e57a38b8319cd0c2872f
pkgname = python-flask-themes2
diff --git a/PKGBUILD b/PKGBUILD
index c798d866c642..1748c9db7303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,13 +13,13 @@ _realname=Flask-Themes2
source=("https://files.pythonhosted.org/packages/8a/f8/9bdefea5451745fcd102e42e4b565691f99afb88d542e7fc710536422d6b/${_realname}-$pkgver.tar.gz")
build() {
- cd "$srcdir/${_realname}-$pkgver"
- python setup.py build
+ cd "$srcdir/${_realname}-$pkgver"
+ python setup.py build
}
package() {
- cd "${srcdir}/${_realname}-$pkgver"
- python setup.py install --root="$pkgdir"
+ cd "${srcdir}/${_realname}-$pkgver"
+ python setup.py install --root="$pkgdir"
}
-md5sums=('f8aac4b4464712f8567d036a31624fd7')
+sha256sums=('d14d1c49d05d75bf7e206dc253acd43e5c5a261425c4e57a38b8319cd0c2872f')