diff options
Diffstat (limited to '')
| -rw-r--r-- | python-bus/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-bus/PKGBUILD b/python-bus/PKGBUILD index 14c5921..6b34246 100644 --- a/python-bus/PKGBUILD +++ b/python-bus/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se> pkgname=python-bus -pkgver=3.1.4 +pkgver=3.1.5 pkgrel=1 pkgdesc="Python 3 module for bus" arch=(i686 x86_64) url="https://codeberg.org/maandree/python-bus" -license=('ISC') +license=('custom:ISC') depends=(bus python) makedepends=(cython) source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -sha256sums=(6cedd1d73336f839cbb0cdde4f6550f5dd61271a65224a5e738b23882b1fe5d1) +sha256sums=(749dbef6f09424469879ff966a0ed9189f4d5b1a779f85e6101bcd78e730d25f) build() { |
