diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 22:41:24 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 22:41:24 +0100 |
| commit | 3a82553f903bdc415f0320a2efc0925baf943a8f (patch) | |
| tree | bd540609e2ba3d5a4d5e815f5e6ce75423655375 /python-bus/PKGBUILD | |
| parent | Update sshexec to version 1.2.1 (diff) | |
| download | aur-packages-3a82553f903bdc415f0320a2efc0925baf943a8f.tar.gz aur-packages-3a82553f903bdc415f0320a2efc0925baf943a8f.tar.bz2 aur-packages-3a82553f903bdc415f0320a2efc0925baf943a8f.tar.xz | |
mass update
Signed-off-by: Mattias Andrée <m@maandree.se>
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() { |
