summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaël Donval2018-08-13 10:46:39 +0100
committerGaël Donval2018-08-13 10:46:39 +0100
commit60a1671a278218b31ebcba8863b5d5846e0ccc31 (patch)
treed62fec0cd4785d6789e152d7da6410e311164fc7 /PKGBUILD
parent527072d8b049cbd23e23a214d000d050104f0ed0 (diff)
downloadaur-60a1671a278218b31ebcba8863b5d5846e0ccc31.tar.gz
Bump to 0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1dc2ef53b35f..0cc9ffac15ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-multipledispatch'
pkgname=('python-multipledispatch')
-pkgver=0.4.8
+pkgver=0.6.0
pkgrel=1
pkgdesc='Multiple dispatch implementation in Python'
arch=('any')
@@ -12,8 +12,8 @@ license=('BSD')
makedepends=('python-setuptools')
depends=('python>=3.4')
source=("https://github.com/mrocklin/multipledispatch/archive/$pkgver.tar.gz")
-sha1sums=('75f71b3361c5efd5b0855ec6a1cba5fc0cd51726')
-md5sums=('e46a251440ad31b6df6819e1e78bd2f2')
+sha1sums=('c09f2e533dc7e3954e9587d1ea62967d980b1a33')
+md5sums=('f91173ac478c03d46d4e4731b4f13e93')
build() {
cd "${srcdir}"/multipledispatch-$pkgver