summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Batenev2020-01-07 23:05:46 +0300
committerAnton Batenev2020-01-07 23:05:46 +0300
commit6894ca9820bb08e8ca95b514bb236d6afafeb499 (patch)
tree0b0b5fee67738fb8669b629044e20e7f45b9b416
parentecafa8c89922cc436b7f174240b0d917361354c1 (diff)
downloadaur-6894ca9820bb08e8ca95b514bb236d6afafeb499.tar.gz
v0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ba7a17fbee9..32477e3ad359 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 4.2.1
-# Tue Mar 12 12:15:09 MSK 2019
+# Tue Jan 7 23:05:09 MSK 2020
pkgbase = timegrep
pkgdesc = Utility to grep log between two dates or tail last lines to time ago
- pkgver = 0.6
+ pkgver = 0.7
pkgrel = 1
url = https://github.com/abbat/timegrep
arch = i686
@@ -10,7 +10,7 @@ pkgbase = timegrep
license = BSD
makedepends = git
depends = pcre
- source = git+https://github.com/abbat/timegrep.git#tag=v0.6
+ source = git+https://github.com/abbat/timegrep.git#tag=v0.7
sha256sums = SKIP
pkgname = timegrep
diff --git a/PKGBUILD b/PKGBUILD
index db5d16b57511..185f08bfd63d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anton Batenev <antonbatenev@yandex.ru>
pkgname=timegrep
-pkgver=0.6
+pkgver=0.7
pkgrel=1
pkgdesc='Utility to grep log between two dates or tail last lines to time ago'
arch=('i686' 'x86_64')