summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Treinish2015-09-02 18:38:13 -0400
committerMatthew Treinish2015-09-02 18:38:13 -0400
commitc7e1617f95faffb825f96fc59b310c552fb1e5e2 (patch)
treeae25b56dc6327e16e03328fa7c554c50dfb0f379
parentd69319566d1678bd27a2eb35e9ccf1d74e84c175 (diff)
downloadaur-c7e1617f95faffb825f96fc59b310c552fb1e5e2.tar.gz
fix md5sum for source tarball
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e43b9971da14..6e8a9445a2ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('any')
url='https://pypi.python.org/pypi/gertty'
license=('Apache2')
source=("https://pypi.python.org/packages/source/g/gertty/gertty-$pkgver.tar.gz")
-md5sums=('6109bf33ea454d9f148ce47dc12bb654')
+md5sums=('f20192d6423fa9014b91b8f36ccbc101')
makedepends=('python2' 'python2-setuptools')
depends=('python2-gitpython' 'python2-sqlalchemy' 'python2-urwid' 'python2-dateutil' 'python2-requests' 'python2-ordereddict' 'python2-alembic' 'python2-yaml' 'python2-ply' 'python2-voluptuous' 'python2-pbr' 'python2-six')