summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Burns2019-05-02 21:45:12 +1000
committerJosh Burns2019-05-02 21:45:12 +1000
commit63b57e2304386d49604865b2e98c73e0e55015cc (patch)
treeef845e838636d42bca4c040095ce7467d719fdb2
parentccd81a0e98384a13cdb0361a255715c59422e467 (diff)
downloadaur-lazy-git.tar.gz
Update to 0.7-2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69a3b29c82f4..8585f9363132 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = lazy-git
pkgdesc = Git plugin suite for lazy developers
- pkgver = 0.6
- pkgrel = 1
+ pkgver = 0.7
+ pkgrel = 2
url = https://github.com/jbernsie/lazy-git
arch = any
license = BSD
makedepends = stack
depends = git
- source = https://github.com/jbernsie/lazy-git/archive/v0.6.tar.gz
+ source = https://github.com/jbernsie/lazy-git/archive/0.7.tar.gz
md5sums = ded33503d8181e09b43b6ebbf0c46d28
-
pkgname = lazy-git
diff --git a/PKGBUILD b/PKGBUILD
index d82809e72d60..c98f560a4730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('any')
license=('BSD')
depends=('git')
makedepends=('stack')
-source=('https://github.com/jbernsie/lazy-git/archive/v0.6.tar.gz')
+source=('https://github.com/jbernsie/lazy-git/archive/0.7.tar.gz')
md5sums=('ded33503d8181e09b43b6ebbf0c46d28')
_distname="lazy-git"