summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2015-09-19 09:26:47 +0000
committerFelix Yan2015-09-19 09:26:47 +0000
commit6bed4359c11785fadca5da9f5d551c60b133445d (patch)
tree40e0f28aabde8e5bf3067242168a522fb852e889
parentc8564aafda0f77432d833599020e24888dd1ca20 (diff)
downloadaur-6bed4359c11785fadca5da9f5d551c60b133445d.tar.gz
rebuild for python 3.5
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c3eb29371a2..c75d4fe9b0be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-mock
pkgname=(python2-mock python-mock)
pkgver=1.0.1
-pkgrel=3
+pkgrel=4
pkgdesc='Mocking and Patching Library for Testing'
url='http://www.voidspace.org.uk/python/mock/'
makedepends=('python2' 'python')