summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantham2016-02-06 22:36:47 +0100
committerantham2016-02-06 22:36:47 +0100
commit4df51c37b9ba4e5ed5c1aa25c9b38d73f7cf8400 (patch)
tree0f3a470de93a0c80c121dd62e0a1dc527ef46368
parent0b19e8da3464ff9ae657d540b81e54a89323c8e1 (diff)
downloadaur-4df51c37b9ba4e5ed5c1aa25c9b38d73f7cf8400.tar.gz
Set version 2.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44d390cae1ae..32ac96bb82c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 17:21:34 UTC 2016
+# Sat Feb 6 21:36:33 UTC 2016
pkgbase = goller
pkgdesc = Command line log parser to aggregate fields and count occurences
- pkgver = 2.2.0
- pkgrel = 2
+ pkgver = 2.2.1
+ pkgrel = 1
url = https://github.com/antham/goller
arch = x86_64
arch = i686
license = GPL
source = https://github.com/antham/goller/releases/download/v2.2.0/goller_linux_386
- md5sums = 4cd29582e6073d5fcbc495d3acceae89
+ md5sums = 961ec1035185b2e780ac7e9079bc6227
pkgname = goller
diff --git a/PKGBUILD b/PKGBUILD
index 81602442608e..7438d0419d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Maintainer: Anthony HAMON <hamon.anth@gmail.com>
pkgname=goller
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
pkgdesc="Command line log parser to aggregate fields and count occurences"
arch=('x86_64' 'i686')
url="https://github.com/antham/goller"
license=('GPL')
source=("https://github.com/antham/goller/releases/download/v2.2.0/goller_linux_386")
-md5sums=("4cd29582e6073d5fcbc495d3acceae89")
+md5sums=("961ec1035185b2e780ac7e9079bc6227")
package() {
install -Dm755 "goller_linux_386" "$pkgdir/usr/bin/$pkgname"