summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b133957ff4f0..4e0d5fe5b276 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=trueskill
pkgname=python-trueskill
-pkgver=0.4.3
+pkgver=0.4.4
pkgrel=1
pkgdesc="The video game rating system"
arch=('any')
@@ -8,8 +8,8 @@ url="http://trueskill.org/"
license=('BSD')
depends=('python')
options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/t/trueskill/trueskill-0.4.3.tar.gz")
-md5sums=('a564b45d9fff6eb2932af80b21ad3cec')
+source=("https://pypi.python.org/packages/source/t/trueskill/trueskill-${pkgver}.tar.gz")
+md5sums=('fa3e3e51cdaa198225940bc6f8b3e545')
package() {
cd "$srcdir/$_pkgname-$pkgver"