summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2021-02-19 20:33:48 +0100
committerMattias Andrée2021-02-19 20:33:48 +0100
commit20e7acaaa6b8989be35b1aba52cf7eaf341ea70a (patch)
tree14fe0e619d380017663fe3142985be51cf2f2952
parent9d4b85d20d2abad046cb04b83cae8e8f0fed7c5d (diff)
downloadaur-20e7acaaa6b8989be35b1aba52cf7eaf341ea70a.tar.gz
Update to 3.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76b12e71e8b9..080daecad540 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-bus
pkgdesc = Python 3 module for bus
- pkgver = 3.1.1
+ pkgver = 3.1.2
pkgrel = 1
url = https://github.com/maandree/python-bus
arch = i686
arch = x86_64
- license = MIT
+ license = custom:ISC
makedepends = cython
depends = bus
depends = python
- source = https://github.com/maandree/python-bus/archive/3.1.1.tar.gz
- sha256sums = f29d142b25b174831ba678976264c8fa3cb444e3de542491f30f56c889a1fc60
+ source = https://github.com/maandree/python-bus/archive/3.1.2.tar.gz
+ sha256sums = fd4325d226b94ce08095bef56a86b5b2a0b639f8d8e4b315a717f84e1de9f7f1
pkgname = python-bus
diff --git a/PKGBUILD b/PKGBUILD
index 2b683ed40497..b3db535ad4fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
+# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
pkgname=python-bus
-pkgver=3.1.1
+pkgver=3.1.2
pkgrel=1
pkgdesc="Python 3 module for bus"
arch=(i686 x86_64)
url="https://github.com/maandree/python-bus"
-license=('MIT')
+license=('custom:ISC')
depends=(bus python)
makedepends=(cython)
source=($url/archive/$pkgver.tar.gz)
-sha256sums=(f29d142b25b174831ba678976264c8fa3cb444e3de542491f30f56c889a1fc60)
+sha256sums=(fd4325d226b94ce08095bef56a86b5b2a0b639f8d8e4b315a717f84e1de9f7f1)
build() {