summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84a5fe511257..ace4cccc5b87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=python-odorik
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="Python module and command line utility to interact with Odorik API"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('python-xdg' 'python-dateutil')
makedepends=('python-setuptools')
source=($pkgname-$pkgver.tar.gz::https://github.com/nijel/odorik/archive/$pkgver.tar.gz)
-md5sums=('94abcf9425b224e9b8b1794487db21d5')
+md5sums=('2ef4ecf4df1d5330f8f32957ec945cb2')
package() {
cd "${srcdir}"/odorik-$pkgver