diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-26 23:23:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-26 23:23:06 +0200 |
commit | 43f04b7a182931a3eb100cc6010e6c3aa358a774 (patch) | |
tree | 43c7467fb648fb43408dab2ba0ddaba484b73543 /bus/PKGBUILD | |
parent | Disowned libntru (diff) | |
download | aur-packages-43f04b7a182931a3eb100cc6010e6c3aa358a774.tar.gz aur-packages-43f04b7a182931a3eb100cc6010e6c3aa358a774.tar.bz2 aur-packages-43f04b7a182931a3eb100cc6010e6c3aa358a774.tar.xz |
Update bus
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'bus/PKGBUILD')
-rw-r--r-- | bus/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bus/PKGBUILD b/bus/PKGBUILD index 88cab6f..c602395 100644 --- a/bus/PKGBUILD +++ b/bus/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> pkgname=bus -pkgver=3.1.7 +pkgver=3.1.8 pkgrel=1 pkgdesc="A simple daemonless system for broadcasting messages locally" arch=(i686 x86_64) @@ -10,7 +10,7 @@ license=('custom:ISC') depends=() makedepends=() source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=(0f045b016c94e137c44834d37ae59ffef3c91eb6501b3dfbf32468185c86a1c8) +sha256sums=(7769df599162315da6a77bf76c14978c7bb4bf3a790c9ac022bc8d2c8a9043d2) build() { cd "$srcdir/$pkgname-$pkgver" |