summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac507ce249fd..1dcd81d1385f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 1 22:50:04 UTC 2017
+# Sun Feb 26 14:39:06 UTC 2017
pkgbase = command-not-found
pkgdesc = In case a command could not be found this utility searches for packages containing this or a similar command (bash,zsh).
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = http://github.com/metti/command-not-found
install = command-not-found.install
@@ -16,8 +16,8 @@ pkgbase = command-not-found
depends = libarchive
depends = tdb
depends = wget
- source = http://github.com/metti/command-not-found/archive/v0.6.0.zip
- md5sums = e991b83a0f0a65b4180683cd04c845e5
+ source = http://github.com/metti/command-not-found/archive/v0.6.1.zip
+ md5sums = d828f5c974f2b3b6009de725ac4fdbc2
pkgname = command-not-found
diff --git a/PKGBUILD b/PKGBUILD
index d5587816429d..d8d97ac0c0ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Matthias Maennich <arch@maennich.net>
pkgname=command-not-found
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="In case a command could not be found this utility searches for packages containing this or a similar command (bash,zsh)."
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('boost-libs'
makedepends=('boost'
'cmake'
'git')
-md5sums=('e991b83a0f0a65b4180683cd04c845e5')
+md5sums=('d828f5c974f2b3b6009de725ac4fdbc2')
install=$pkgname.install
source=("$url/archive/v$pkgver.zip")