* update popt to 1.19-2
This commit is contained in:
parent
c6a2b3c49c
commit
362767a519
13
popt/.SRCINFO
Normal file
13
popt/.SRCINFO
Normal file
@ -0,0 +1,13 @@
|
||||
pkgbase = popt
|
||||
pkgdesc = A commandline option parser
|
||||
pkgver = 1.19
|
||||
pkgrel = 2
|
||||
url = https://github.com/rpm-software-management/popt
|
||||
arch = x86_64
|
||||
license = custom
|
||||
depends = glibc
|
||||
options = staticlibs
|
||||
source = https://ftp.osuosl.org/pub/rpm/popt/releases/popt-1.x/popt-1.19.tar.gz
|
||||
sha256sums = c25a4838fc8e4c1c8aacb8bd620edb3084a3d63bf8987fdad3ca2758c63240f9
|
||||
|
||||
pkgname = popt
|
6
popt/.nvchecker.toml
Normal file
6
popt/.nvchecker.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[popt]
|
||||
source = "git"
|
||||
git = "https://github.com/rpm-software-management/popt.git"
|
||||
from_pattern = 'popt-(\d+).(\d+)-release'
|
||||
to_pattern = '\1.\2'
|
||||
use_max_tag = true
|
@ -3,13 +3,13 @@
|
||||
|
||||
pkgname=popt
|
||||
pkgver=1.19
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A commandline option parser"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://github.com/rpm-software-management/popt"
|
||||
license=('custom')
|
||||
depends=('glibc')
|
||||
options=('staticlibs' 'debug')
|
||||
options=('staticlibs')
|
||||
source=(https://ftp.osuosl.org/pub/rpm/popt/releases/popt-1.x/popt-${pkgver}.tar.gz)
|
||||
sha256sums=('c25a4838fc8e4c1c8aacb8bd620edb3084a3d63bf8987fdad3ca2758c63240f9')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user