summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2015-06-28 17:22:36 +0200
committerAdrian Perez de Castro2015-06-28 17:22:36 +0200
commit6c105ae6560747f145d167f2e9681e4e6d10eba2 (patch)
treed2e03d3bbf1cbaeb874f5fb7f2e3333e11333587
parent925e8c571b30776763f1147f5f21f7886ae1a792 (diff)
downloadaur-python-lasso.tar.gz
Bump version to 0.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db372ecf510b..66bcef9ec97a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = python-lasso
pkgdesc = Lightweight module to define serializable, schema-validated classes
- pkgver = 0.0.2
+ pkgver = 0.0.3
pkgrel = 1
url = https://github.com/aperezdc/python-lasso
arch = any
license = custom:MIT
depends = python-schema
depends = python-delorean
- source = https://pypi.python.org/packages/source/l/lasso/lasso-0.0.2.tar.gz
+ source = https://pypi.python.org/packages/source/l/lasso/lasso-0.0.3.tar.gz
source = COPYING
- md5sums = 915022691be5d972ebc35c4adab9d734
+ md5sums = 950682bfc3adf20c96c3268f43c7d955
md5sums = 0e0f33b93b6e3cbb30bfde284d35a516
- sha512sums = 171a22d380b4fa415d25c3ea73fd1e9681d5c23c7a25bd31e635ba849e42f0ed10d94e5d466c19b95b7d11a858ef97f39971d25df9937d818d0192ddfe3e2d90
+ sha512sums = 249c5f79c8e2f23804ea93ba9324b8e6c1a2020242db6b0d9c3f1125718ad3e9a479b32351cce52c90316ea27bd4e0f68b8dc2419423292241058f93e7ab1b90
sha512sums = aa09f964180fbd1db3337ba82af84787ff57ab57d17e665dfab69f70834600f5ae18bce92e7c65036fc7d13015dd3107528cacf08886ee9a3e3bf3916e8e2efe
pkgname = python-lasso
diff --git a/PKGBUILD b/PKGBUILD
index 7d87c44a2d72..6f5474ff9cd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-lasso'
_pypiname=${pkgname#python-}
pkgdesc='Lightweight module to define serializable, schema-validated classes'
-pkgver='0.0.2'
+pkgver='0.0.3'
pkgrel=1
arch=('any')
license=('custom:MIT')
@@ -10,9 +10,9 @@ url="https://github.com/aperezdc/${pkgname}"
depends=('python-schema' 'python-delorean')
source=("https://pypi.python.org/packages/source/l/${_pypiname}/${_pypiname}-${pkgver}.tar.gz"
COPYING)
-md5sums=('915022691be5d972ebc35c4adab9d734'
+md5sums=('950682bfc3adf20c96c3268f43c7d955'
'0e0f33b93b6e3cbb30bfde284d35a516')
-sha512sums=('171a22d380b4fa415d25c3ea73fd1e9681d5c23c7a25bd31e635ba849e42f0ed10d94e5d466c19b95b7d11a858ef97f39971d25df9937d818d0192ddfe3e2d90'
+sha512sums=('249c5f79c8e2f23804ea93ba9324b8e6c1a2020242db6b0d9c3f1125718ad3e9a479b32351cce52c90316ea27bd4e0f68b8dc2419423292241058f93e7ab1b90'
'aa09f964180fbd1db3337ba82af84787ff57ab57d17e665dfab69f70834600f5ae18bce92e7c65036fc7d13015dd3107528cacf08886ee9a3e3bf3916e8e2efe')
package () {