dialog: Update to 1.3_20190728

This commit is contained in:
Alexey Pavlov
2019-07-30 14:16:02 +03:00
parent bfec3b9bcb
commit fb811edef3

View File

@@ -2,7 +2,7 @@
# Maintainer: David Mott <mott.david.j@gmail.com>
pkgname=dialog
pkgver=1.3_20190211
pkgver=1.3_20190728
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=('49c0e289d77dcd7806f67056c54f36a96826a9b73a53fb0ffda1ffa6f25ea0d3')
sha256sums=('e5eb0eaaef9cae8c822887bd998e33c2c3b94ebadd37b4f6aba018c0194a2a87')
build() {
cd "$srcdir/$pkgname-${pkgver/_/-}"