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 7ed374c4d768..79c328cbeab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Samuel Walladge <samuel at swalladge dot id dot au>
pkgname=peco
-pkgver=0.4.3
+pkgver=0.4.5
pkgrel=3
pkgdesc='Simplistic interactive filtering tool'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/peco/peco'
license=('MIT')
makedepends=('go' 'wget')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('125d6e09ccd7320d91d56230091243f4')
+md5sums=('11c864c5aeb02445080524ab425753dd')
prepare() {
install -d "${srcdir}/src/github.com/${pkgname}"