diff --git a/.SRCINFO b/.SRCINFO index 20e8d658e7ec..1b75ae6f72b2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,15 @@ pkgbase = python-discid pkgdesc = Python binding of Libdiscid - pkgver = 0.2.1 - pkgrel = 2 + pkgver = 0.3.0 + pkgrel = 1 url = https://python-discid.readthedocs.org/ arch = any license = LGPL3 depends = python>=3.1 depends = libdiscid>=0.2.2 options = !emptydirs - source = http://pypi.python.org/packages/source/d/discid/discid-0.2.1.tar.gz - md5sums = f254e552836cd8e3d2ceb0c8de026263 + source = http://pypi.python.org/packages/source/d/discid/discid-0.3.0.tar.gz + md5sums = 392369aa5b25552b45ef7e4c28b125ce pkgname = python-discid diff --git a/PKGBUILD b/PKGBUILD index 0c63b53ece3e..676dbcab014a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ pkgname=python-discid _pkgname=discid _python=python -pkgver=0.2.1 -pkgrel=2 +pkgver=0.3.0 +pkgrel=1 pkgdesc="Python binding of Libdiscid" arch=('any') url="https://python-discid.readthedocs.org/" @@ -13,7 +13,7 @@ makedepends=() conflicts=() options=(!emptydirs) source=(http://pypi.python.org/packages/source/d/$_pkgname/$_pkgname-$pkgver.tar.gz) -md5sums=('f254e552836cd8e3d2ceb0c8de026263') +md5sums=('392369aa5b25552b45ef7e4c28b125ce') build() { cd "$srcdir/$_pkgname-$pkgver"