summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2015-10-12 22:55:11 -0400
committerAdam Goldsmith2015-10-12 22:55:11 -0400
commit9357f9bc25b441effbd059caecbfe50a098c26eb (patch)
tree3e7a529914c1561b2f9579a57db426f08bd0e769 /PKGBUILD
parent254d4f2e9ef5c800ecb9f359749a5351e20a074c (diff)
downloadaur-9357f9bc25b441effbd059caecbfe50a098c26eb.tar.gz
Update to 0.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52e9cb42e23b..26444b7afb1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previous Maintainer: Moritz Lipp <mlq@pwmt.org>
_pkgname=Flask-Assets
pkgname=python2-flask-assets
-pkgver=0.10
+pkgver=0.11
pkgrel=1
pkgdesc="Asset management for Flask, to compress and merge CSS and Javascript
files"
@@ -12,7 +12,7 @@ license=('BSD')
depends=('python2' 'python2-flask')
makedepends=('python2-distribute')
source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-md5sums=('897ae9d0e818ea9f6468ffed46afc173')
+md5sums=('d7fa762f704ab5eb62e6801d43ce2300')
package() {
cd "$srcdir/$_pkgname-$pkgver"