dialog: Update to 1.3_20190211

This commit is contained in:
Alexey Pavlov 2019-02-20 10:28:29 +03:00
parent e28890c0d4
commit 0075ae9913

View File

@ -2,7 +2,7 @@
# Maintainer: David Mott <mott.david.j@gmail.com>
pkgname=dialog
pkgver=1.3_20181107
pkgver=1.3_20190211
pkgrel=1
pkgdesc="A tool to display dialog boxes from shell scripts"
arch=('i686' 'x86_64')
@ -11,7 +11,7 @@ license=('LGPL2.1')
makedepends=('ncurses-devel')
depends=('ncurses')
source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz)
sha256sums=('efeaca8027dda53a9f3cf6c7b5c1a77093825b7a9b85c23c0c6c96afc3506457')
sha256sums=('49c0e289d77dcd7806f67056c54f36a96826a9b73a53fb0ffda1ffa6f25ea0d3')
build() {
cd "$srcdir/$pkgname-${pkgver/_/-}"