summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2015-02-15 23:03:34 +0000
committerThomas Weißschuh2015-02-15 23:03:34 +0000
commitd00dc6376139b4d3c865632258bdff44337821d6 (patch)
treead944885db685e11ad5589947c5eb8c3f2b9c164
parent75a9366875a61e0c749c22920a35eba63e073f7c (diff)
downloadaur-d00dc6376139b4d3c865632258bdff44337821d6.tar.gz
update batman
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89a83a859e8f..bd5add78cf9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = batman-alfred
pkgdesc = Almighty Lightweight Fact Remote Exchange Daemon
- pkgver = 2014.0.0
+ pkgver = 2014.4.0
pkgrel = 1
url = http://www.open-mesh.net/
arch = i686
arch = x86_64
license = GPL
depends = gpsd
- source = http://downloads.open-mesh.net/batman/releases/batman-adv-2014.0.0/alfred-2014.0.0.tar.gz
- sha256sums = 90edf633f02822717d7d6a128a869098f31f1c7d8be94b187f0cdb39655f12eb
+ source = http://downloads.open-mesh.net/batman/releases/batman-adv-2014.4.0/alfred-2014.4.0.tar.gz
+ sha256sums = 99e6c64e7069b0b7cb861369d5c198bfc7d74d41509b8edd8a17ba78e7c8d034
pkgname = batman-alfred
diff --git a/PKGBUILD b/PKGBUILD
index a9e77f572058..d528b59573ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Weißschuh <thomas t-8ch de>
pkgname=batman-alfred
-pkgver=2014.0.0
+pkgver=2014.4.0
pkgrel=1
pkgdesc='Almighty Lightweight Fact Remote Exchange Daemon'
arch=('i686' 'x86_64')
@@ -18,4 +18,5 @@ package() {
cd "${srcdir}/alfred-${pkgver}"
make DESTDIR="${pkgdir}" PREFIX=/usr SBINDIR=/usr/bin install
}
-sha256sums=('90edf633f02822717d7d6a128a869098f31f1c7d8be94b187f0cdb39655f12eb')
+
+sha256sums=('99e6c64e7069b0b7cb861369d5c198bfc7d74d41509b8edd8a17ba78e7c8d034')