aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-02 13:43:50 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-02 13:43:50 +0200
commit10b16d529b25f5dd0f5461c82ab34a191604d345 (patch)
treef1ed8640eeebd2f2ca3671a4648a153b7bd83a7a
parentupdate makefile for python 3.5 (diff)
downloadpython-bus-10b16d529b25f5dd0f5461c82ab34a191604d345.tar.gz
python-bus-10b16d529b25f5dd0f5461c82ab34a191604d345.tar.bz2
python-bus-10b16d529b25f5dd0f5461c82ab34a191604d345.tar.xz
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--dist/arch/stable/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/arch/stable/PKGBUILD b/dist/arch/stable/PKGBUILD
index fef3f6b..2b683ed 100644
--- a/dist/arch/stable/PKGBUILD
+++ b/dist/arch/stable/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=python-bus
-pkgver=3.1
+pkgver=3.1.1
pkgrel=1
pkgdesc="Python 3 module for bus"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ license=('MIT')
depends=(bus python)
makedepends=(cython)
source=($url/archive/$pkgver.tar.gz)
-sha256sums=(1fd60b900076c119742905c2636728c08ba55d733ca8ca2d55f941aa2aed4fa6)
+sha256sums=(f29d142b25b174831ba678976264c8fa3cb444e3de542491f30f56c889a1fc60)
build() {