summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")