diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-18 10:19:50 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-18 10:19:50 +0200 |
commit | c468c4a8c7ae55ca9e40b92b6e1fceaf17d06c13 (patch) | |
tree | bb3cce31aff5b13a6198d75eaa9136f763a4c078 /python-bus/PKGBUILD | |
parent | Add editasroot (diff) | |
download | aur-packages-c468c4a8c7ae55ca9e40b92b6e1fceaf17d06c13.tar.gz aur-packages-c468c4a8c7ae55ca9e40b92b6e1fceaf17d06c13.tar.bz2 aur-packages-c468c4a8c7ae55ca9e40b92b6e1fceaf17d06c13.tar.xz |
Update packages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'python-bus/PKGBUILD')
-rw-r--r-- | python-bus/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/python-bus/PKGBUILD b/python-bus/PKGBUILD index b3db535..c7a8bb8 100644 --- a/python-bus/PKGBUILD +++ b/python-bus/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> pkgname=python-bus -pkgver=3.1.2 +pkgver=3.1.3 pkgrel=1 pkgdesc="Python 3 module for bus" arch=(i686 x86_64) @@ -10,7 +10,7 @@ license=('custom:ISC') depends=(bus python) makedepends=(cython) source=($url/archive/$pkgver.tar.gz) -sha256sums=(fd4325d226b94ce08095bef56a86b5b2a0b639f8d8e4b315a717f84e1de9f7f1) +sha256sums=(9901615ffac666b463399191e56bdebf2eabb20380f193f88b6b6c45ed56e3e0) build() { @@ -21,6 +21,5 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" - make PREFIX=/usr install DESTDIR="$pkgdir" + make PREFIX=/usr DESTDIR="$pkgdir" install } - |