summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2015-11-29 11:30:08 +0100
committerMattias Andrée2015-11-29 11:30:08 +0100
commita90d07a8901409b57ca40e37160f77ba59ce938b (patch)
treefd61882f370ecaed4d4362a79a1c4e5970d59e69
parentc47883bf8e091c26dce7f654b312f0dc6915c646 (diff)
downloadaur-a90d07a8901409b57ca40e37160f77ba59ce938b.tar.gz
Update to 3.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16c4657cf6fe..f00a1c43e8cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bus
pkgdesc = A simple daemonless system for broadcasting messages locally
- pkgver = 3.1.4
+ pkgver = 3.1.5
pkgrel = 1
url = https://github.com/maandree/bus
arch = i686
arch = x86_64
license = MIT
- source = https://github.com/maandree/bus/archive/3.1.4.tar.gz
- sha256sums = e1adc1abcf1c62edf229f46cb32be7e02d074c4ad42a092a533c07936b531df2
+ source = https://github.com/maandree/bus/archive/3.1.5.tar.gz
+ sha256sums = ddf0d00e30459a0e33bd90a2cb8c627c5b87216debd834ceb181435a2747cc42
pkgname = bus
diff --git a/PKGBUILD b/PKGBUILD
index ed5bfeeedd18..cc3c4c67a95a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=bus
-pkgver=3.1.4
+pkgver=3.1.5
pkgrel=1
pkgdesc="A simple daemonless system for broadcasting messages locally"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ license=('MIT')
depends=()
makedepends=()
source=($url/archive/$pkgver.tar.gz)
-sha256sums=(e1adc1abcf1c62edf229f46cb32be7e02d074c4ad42a092a533c07936b531df2)
+sha256sums=(ddf0d00e30459a0e33bd90a2cb8c627c5b87216debd834ceb181435a2747cc42)
build() {