summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Dray2016-05-17 19:15:37 +1000
committerJustin Dray2016-05-17 19:15:37 +1000
commit8e50c04781377d29a392763c721feadbd66e77eb (patch)
treeb84dfdbdf4933f1a12491b3dfa917d7db4e3fc6b /PKGBUILD
parent787698121249354cf3c967bf55896c33a209b791 (diff)
downloadaur-8e50c04781377d29a392763c721feadbd66e77eb.tar.gz
Update to: 0.5.0-1
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")