* update dialog to 1:1.3_20240619-2
This commit is contained in:
parent
1aaeb4588d
commit
4ffc7d7650
18
dialog/.SRCINFO
Normal file
18
dialog/.SRCINFO
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
pkgbase = dialog
|
||||||
|
pkgdesc = A tool to display dialog boxes from shell scripts
|
||||||
|
pkgver = 1.3_20240619
|
||||||
|
pkgrel = 2
|
||||||
|
epoch = 1
|
||||||
|
url = https://invisible-island.net/dialog/
|
||||||
|
arch = x86_64
|
||||||
|
license = LGPL2.1
|
||||||
|
depends = sh
|
||||||
|
depends = ncurses
|
||||||
|
provides = libdialog.so
|
||||||
|
source = https://invisible-mirror.net/archives/dialog/dialog-1.3-20240619.tgz
|
||||||
|
source = https://invisible-mirror.net/archives/dialog/dialog-1.3-20240619.tgz.asc
|
||||||
|
validpgpkeys = 19882D92DDA4C400C22C0D56CC2AF4472167BE03
|
||||||
|
sha256sums = 5d8c4318963db3fd383525340276e0e05ee3dea9a6686c20779f5433b199547d
|
||||||
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
pkgname = dialog
|
@ -1,11 +1,11 @@
|
|||||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||||
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
|
# Maintainer: Evangelos Foutras <foutrelis@archlinux.org>
|
||||||
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
|
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
|
||||||
# Contributor: Allan McRae <allan@archlinux.org>
|
# Contributor: Allan McRae <allan@archlinux.org>
|
||||||
# Contributor: Andreas Radke <andyrtr@archlinux.org>
|
# Contributor: Andreas Radke <andyrtr@archlinux.org>
|
||||||
|
|
||||||
pkgname=dialog
|
pkgname=dialog
|
||||||
pkgver=1.3_20240307
|
pkgver=1.3_20240619
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="A tool to display dialog boxes from shell scripts"
|
pkgdesc="A tool to display dialog boxes from shell scripts"
|
||||||
@ -15,7 +15,7 @@ license=('LGPL2.1')
|
|||||||
depends=('sh' 'ncurses')
|
depends=('sh' 'ncurses')
|
||||||
provides=('libdialog.so')
|
provides=('libdialog.so')
|
||||||
source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz{,.asc})
|
source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz{,.asc})
|
||||||
sha256sums=('339d311c6abb240213426b99ad63565cbcb3e8641ef1989c033e945b754d34ef'
|
sha256sums=('5d8c4318963db3fd383525340276e0e05ee3dea9a6686c20779f5433b199547d'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey (self-signed w/o SHA1) <dickey@invisible-island.net>
|
validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey (self-signed w/o SHA1) <dickey@invisible-island.net>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user