diff --git a/.SRCINFO b/.SRCINFO index e867b48cd638..9db24caedf71 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-discid pkgdesc = Python binding of Libdiscid - pkgver = 0.5.0 + pkgver = 1.0.0 pkgrel = 1 url = https://python-discid.readthedocs.org/ arch = any @@ -8,8 +8,8 @@ pkgbase = python-discid depends = python>=3.1 depends = libdiscid>=0.2.2 options = !emptydirs - source = http://pypi.python.org/packages/source/d/discid/discid-0.5.0.tar.gz - md5sums = 475da2e940e2ee60e2ab89726d8ba4f9 + source = http://pypi.python.org/packages/source/d/discid/discid-1.0.0.tar.gz + md5sums = 88325ccb882c1c31d86ebe10263f0f64 pkgname = python-discid diff --git a/PKGBUILD b/PKGBUILD index 6f3251eae70e..e1390c4cb9ff 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-discid _pkgname=discid _python=python -pkgver=0.5.0 +pkgver=1.0.0 pkgrel=1 pkgdesc="Python binding of Libdiscid" arch=('any') @@ -13,7 +13,7 @@ makedepends=() conflicts=() options=(!emptydirs) source=(http://pypi.python.org/packages/source/d/$_pkgname/$_pkgname-$pkgver.tar.gz) -md5sums=('475da2e940e2ee60e2ab89726d8ba4f9') +md5sums=('88325ccb882c1c31d86ebe10263f0f64') build() { cd "$srcdir/$_pkgname-$pkgver"