summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b60117b8192d..d9d43b74445d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.4.5
+ pkgver = 0.5.0
pkgrel = 1
url = http://github.com/metti/command-not-found
install = command-not-found.install
@@ -15,8 +15,8 @@ pkgbase = command-not-found
depends = tdb
depends = libarchive
depends = wget
- source = https://github.com/metti/command-not-found/archive/v0.4.5.zip
- md5sums = 351ea2f4a1933f408bcb657070c191a4
+ source = https://github.com/metti/command-not-found/archive/v0.5.0.zip
+ md5sums = 3f7f705dc151b33742e888bcef17b58b
pkgname = command-not-found
diff --git a/PKGBUILD b/PKGBUILD
index e0ec61efb657..ac038af18387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Justin Dray <justin@dray.be>
# Contributor: Matthias Maennich <arch@maennich.net>
pkgname=command-not-found
-pkgver=0.4.5
+pkgver=0.5.0
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')
@@ -9,7 +9,7 @@ url="http://github.com/metti/command-not-found"
license=('GPL')
depends=('boost-libs' 'tdb' 'libarchive' 'wget')
makedepends=('boost' 'tdb' 'cmake' 'git')
-md5sums=('351ea2f4a1933f408bcb657070c191a4')
+md5sums=('3f7f705dc151b33742e888bcef17b58b')
install='command-not-found.install'
source=("https://github.com/metti/command-not-found/archive/v${pkgver}.zip")