More CPEs and anitya IDs

This commit is contained in:
Christoph Reiter 2024-03-27 17:35:38 +01:00
parent daa79cf1d4
commit 19db64a71a
87 changed files with 205 additions and 22 deletions

View File

@ -6,6 +6,10 @@ pkgrel=3
pkgdesc="An arbitrary precision calculator language" pkgdesc="An arbitrary precision calculator language"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.gnu.org/software/bc" url="https://www.gnu.org/software/bc"
msys2_references=(
"anitya: 170"
"cpe: cpe:2.3:a:gnu:bc"
)
license=('GPL') license=('GPL')
depends=('libreadline' 'ncurses') depends=('libreadline' 'ncurses')
makedepends=('ed' 'gcc' 'libreadline-devel' 'ncurses-devel' 'autotools') makedepends=('ed' 'gcc' 'libreadline-devel' 'ncurses-devel' 'autotools')

View File

@ -9,6 +9,10 @@ pkgdesc="A cross-platform open-source make system"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.cmake.org/" url="https://www.cmake.org/"
msys2_repository_url="https://gitlab.kitware.com/cmake/cmake" msys2_repository_url="https://gitlab.kitware.com/cmake/cmake"
msys2_references=(
"anitya: 306"
"cpe: cpe:2.3:a:cmake_project:cmake"
)
license=(spdx:MIT) license=(spdx:MIT)
makedepends=('gcc' makedepends=('gcc'
'emacs' 'emacs'

View File

@ -6,6 +6,10 @@ pkgrel=1
pkgdesc="Utility programs used for creating patch files" pkgdesc="Utility programs used for creating patch files"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.gnu.org/software/diffutils" url="https://www.gnu.org/software/diffutils"
msys2_references=(
"anitya: 436"
"cpe: cpe:2.3:a:gnu:diffutils"
)
license=('spdx:GPL-3.0-or-later') license=('spdx:GPL-3.0-or-later')
depends=('sh' 'libiconv' 'libintl') depends=('sh' 'libiconv' 'libintl')
makedepends=('autotools' 'gcc' 'gettext-devel' 'libiconv-devel') makedepends=('autotools' 'gcc' 'gettext-devel' 'libiconv-devel')

View File

@ -6,6 +6,10 @@ pkgrel=3
pkgdesc="Device Tree Compiler" pkgdesc="Device Tree Compiler"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://git.kernel.org/pub/scm/utils/dtc/dtc/git" url="https://git.kernel.org/pub/scm/utils/dtc/dtc/git"
msys2_references=(
"anitya: 16911"
"cpe: cpe:2.3:a:dtc_project:dtc"
)
license=('GPL2') license=('GPL2')
depends=('libyaml') depends=('libyaml')
makedepends=('python-devel' 'swig' 'libyaml-devel' 'gcc') makedepends=('python-devel' 'swig' 'libyaml-devel' 'gcc')

View File

@ -6,6 +6,10 @@ pkgrel=3
pkgdesc="A tool for generating text-scanning programs" pkgdesc="A tool for generating text-scanning programs"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/westes/flex" url="https://github.com/westes/flex"
msys2_references=(
"anitya: 819"
"cpe: cpe:2.3:a:westes:flex"
)
license=('custom') license=('custom')
depends=('m4' 'sh' 'libiconv' 'libintl') depends=('m4' 'sh' 'libiconv' 'libintl')
makedepends=('libiconv-devel' 'gettext-devel' 'autotools' 'gcc') makedepends=('libiconv-devel' 'gettext-devel' 'autotools' 'gcc')

View File

@ -6,6 +6,10 @@ pkgrel=2
pkgdesc='A tool to measure maximum TCP bandwidth' pkgdesc='A tool to measure maximum TCP bandwidth'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/iperf2/" url="https://sourceforge.net/projects/iperf2/"
msys2_references=(
"anitya: 1388"
"cpe: cpe:2.3:a:iperf2_project:iperf2"
)
license=('custom') license=('custom')
depends=('gcc-libs') depends=('gcc-libs')
makedepends=('autotools' 'gcc') makedepends=('autotools' 'gcc')

View File

@ -6,6 +6,11 @@ pkgrel=1
pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool' pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/esnet/iperf" url="https://github.com/esnet/iperf"
msys2_references=(
"anitya: 1389"
"cpe: cpe:2.3:a:es:iperf3"
"cpe: cpe:2.3:a:iperf3_project:iperf3"
)
license=('BSD') license=('BSD')
depends=('gcc-libs' 'openssl') depends=('gcc-libs' 'openssl')
makedepends=('openssl-devel' 'autotools' 'gcc') makedepends=('openssl-devel' 'autotools' 'gcc')

View File

@ -7,6 +7,10 @@ pkgrel=3
pkgdesc="A C++ library for interacting with JSON" pkgdesc="A C++ library for interacting with JSON"
arch=('any') arch=('any')
url="https://github.com/open-source-parsers/jsoncpp" url="https://github.com/open-source-parsers/jsoncpp"
msys2_references=(
"anitya: 7483"
"cpe: cpe:2.3:a:jsoncpp_project:jsoncpp"
)
license=('MIT') license=('MIT')
depends=("gcc-libs") depends=("gcc-libs")
makedepends=("gcc" makedepends=("gcc"

View File

@ -7,6 +7,10 @@ pkgrel=1
pkgdesc="Provides semi-portable access to hardware provided atomic memory operations" pkgdesc="Provides semi-portable access to hardware provided atomic memory operations"
arch=('any') arch=('any')
url="https://github.com/ivmai/libatomic_ops" url="https://github.com/ivmai/libatomic_ops"
msys2_references=(
"anitya: 1561"
"cpe: cpe:2.3:a:libatomic_ops_project:libatomic_ops"
)
makedepends=('autotools' 'gcc') makedepends=('autotools' 'gcc')
license=('spdx:GPL-2.0-or-later AND MIT') license=('spdx:GPL-2.0-or-later AND MIT')
source=("https://github.com/ivmai/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz") source=("https://github.com/ivmai/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz")

View File

@ -11,6 +11,7 @@ url="http://projectmallard.org/"
msys2_repository_url="https://github.com/projectmallard/mallard-ducktype" msys2_repository_url="https://github.com/projectmallard/mallard-ducktype"
msys2_references=( msys2_references=(
"pypi:mallard-ducktype" "pypi:mallard-ducktype"
'archlinux: mallard-ducktype'
) )
license=('spdx:MIT') license=('spdx:MIT')
depends=("python") depends=("python")
@ -22,9 +23,6 @@ makedepends=(
) )
source=("${_realname}-$pkgver.tar.gz"::"https://github.com/projectmallard/mallard-ducktype/archive/${pkgver}.tar.gz") source=("${_realname}-$pkgver.tar.gz"::"https://github.com/projectmallard/mallard-ducktype/archive/${pkgver}.tar.gz")
sha256sums=('73ac416376dd65c737594ab4b1037b0823390239f33672f1ee1e30725dcef4e9') sha256sums=('73ac416376dd65c737594ab4b1037b0823390239f33672f1ee1e30725dcef4e9')
msys2_references=(
'archlinux: mallard-ducktype'
)
build() { build() {
cd "${_realname}-${pkgver}" cd "${_realname}-${pkgver}"

View File

@ -10,6 +10,7 @@ arch=('i686' 'x86_64')
license=('GPL') license=('GPL')
url="https://gitlab.archlinux.org/archlinux/pyalpm" url="https://gitlab.archlinux.org/archlinux/pyalpm"
msys2_references=( msys2_references=(
'archlinux: pyalpm'
"pypi:pyalpm" "pypi:pyalpm"
) )
depends=("python" "libarchive") depends=("python" "libarchive")
@ -33,9 +34,6 @@ source=("git+https://gitlab.archlinux.org/archlinux/pyalpm.git#tag=${pkgver}"
"0005-Use-pkg-config-add-LIBALPM_STATIC-env.-var.patch") "0005-Use-pkg-config-add-LIBALPM_STATIC-env.-var.patch")
sha256sums=('SKIP' sha256sums=('SKIP'
'e26201c95cf6511cc884a38a8ca17cd61154542c390bcd8f7484bdc8e560cee9') 'e26201c95cf6511cc884a38a8ca17cd61154542c390bcd8f7484bdc8e560cee9')
msys2_references=(
'archlinux: pyalpm'
)
prepare() { prepare() {
cd "${srcdir}/${_realname}" cd "${srcdir}/${_realname}"

View File

@ -9,6 +9,7 @@ pkgdesc='General parsing module for Python'
arch=('any') arch=('any')
url='https://github.com/pyparsing/pyparsing/' url='https://github.com/pyparsing/pyparsing/'
msys2_references=( msys2_references=(
"anitya: 3756"
"pypi:pyparsing" "pypi:pyparsing"
) )
license=('spdx:MIT') license=('spdx:MIT')

View File

@ -7,6 +7,9 @@ pkgrel=3
pkgdesc="A low-level library for calling build-backends in pyproject.toml-based project" pkgdesc="A low-level library for calling build-backends in pyproject.toml-based project"
arch=(any) arch=(any)
url="https://github.com/pypa/pyproject-hooks" url="https://github.com/pypa/pyproject-hooks"
msys2_references=(
"anitya: 320474"
)
license=('spdx:MIT') license=('spdx:MIT')
depends=(python) depends=(python)
makedepends=(python-installer python-flit-core) makedepends=(python-installer python-flit-core)

View File

@ -13,6 +13,7 @@ license=('MIT')
url="https://pytest.org/" url="https://pytest.org/"
msys2_repository_url="https://github.com/pytest-dev/pytest" msys2_repository_url="https://github.com/pytest-dev/pytest"
msys2_references=( msys2_references=(
"anitya: 3765"
"pypi:pytest" "pypi:pytest"
) )
depends=('python' depends=('python'

View File

@ -10,6 +10,7 @@ arch=('any')
license=('spdx:MIT') license=('spdx:MIT')
url='https://github.com/pypa/setuptools_scm' url='https://github.com/pypa/setuptools_scm'
msys2_references=( msys2_references=(
"anitya: 65053"
"pypi:setuptools-scm" "pypi:setuptools-scm"
) )
depends=( depends=(

View File

@ -11,6 +11,7 @@ license=('PSF')
url="https://pypi.python.org/pypi/setuptools" url="https://pypi.python.org/pypi/setuptools"
msys2_repository_url="https://github.com/pypa/setuptools" msys2_repository_url="https://github.com/pypa/setuptools"
msys2_references=( msys2_references=(
"anitya: 4021"
"pypi:setuptools" "pypi:setuptools"
"cpe: cpe:/a:python:setuptools" "cpe: cpe:/a:python:setuptools"
) )

View File

@ -11,6 +11,7 @@ pkgdesc="Python compatibility utilities"
arch=('any') arch=('any')
url="https://pypi.python.org/pypi/six/" url="https://pypi.python.org/pypi/six/"
msys2_references=( msys2_references=(
"anitya: 4027"
"pypi:six" "pypi:six"
) )
license=('spdx:MIT') license=('spdx:MIT')

View File

@ -8,6 +8,7 @@ pkgdesc="Canonical source for classifiers on PyPI (pypi.org)"
arch=('any') arch=('any')
url="https://github.com/pypa/trove-classifiers" url="https://github.com/pypa/trove-classifiers"
msys2_references=( msys2_references=(
"anitya: 88298"
"pypi:trove-classifiers" "pypi:trove-classifiers"
) )
license=('spdx:Apache-2.0') license=('spdx:Apache-2.0')

View File

@ -7,9 +7,6 @@ pkgrel=1
pkgdesc='Backported and Experimental Type Hints for Python 3.8+' pkgdesc='Backported and Experimental Type Hints for Python 3.8+'
arch=(any) arch=(any)
url=https://github.com/python/typing_extensions url=https://github.com/python/typing_extensions
msys2_references=(
"pypi:six"
)
msys2_references=( msys2_references=(
'pypi:typing-extensions' 'pypi:typing-extensions'
) )

View File

@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="HTTP library with thread-safe connection pooling and file post support" pkgdesc="HTTP library with thread-safe connection pooling and file post support"
url='https://github.com/urllib3/urllib3' url='https://github.com/urllib3/urllib3'
msys2_references=( msys2_references=(
"anitya: 4078"
"pypi:urllib3" "pypi:urllib3"
"cpe: cpe:/a:python:urllib3" "cpe: cpe:/a:python:urllib3"
) )

View File

@ -8,6 +8,7 @@ pkgrel=1
pkgdesc='Measures number of Terminal column cells of wide-character codes' pkgdesc='Measures number of Terminal column cells of wide-character codes'
url='https://github.com/jquast/wcwidth' url='https://github.com/jquast/wcwidth'
msys2_references=( msys2_references=(
"anitya: 88052"
"pypi:wcwidth" "pypi:wcwidth"
) )
arch=('any') arch=('any')

View File

@ -8,6 +8,7 @@ pkgdesc="A built-package format for Python"
arch=('any') arch=('any')
url="https://pypi.python.org/pypi/wheel" url="https://pypi.python.org/pypi/wheel"
msys2_references=( msys2_references=(
"anitya: 11428"
"pypi:wheel" "pypi:wheel"
"cpe: cpe:/a:wheel_project:wheel" "cpe: cpe:/a:wheel_project:wheel"
) )

View File

@ -10,6 +10,7 @@ pkgdesc='Python bindings for YAML, using fast libYAML library'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://pyyaml.org/' url='https://pyyaml.org/'
msys2_references=( msys2_references=(
"anitya: 4123"
"pypi:PyYAML" "pypi:PyYAML"
"cpe: cpe:/a:pyyaml:pyyaml" "cpe: cpe:/a:pyyaml:pyyaml"
) )

View File

@ -7,6 +7,7 @@ pkgdesc='Python bindings to the Zstandard (zstd) compression library'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/indygreg/python-zstandard" url="https://github.com/indygreg/python-zstandard"
msys2_references=( msys2_references=(
"anitya: 147738"
"pypi:zstandard" "pypi:zstandard"
) )
license=('spdx:BSD-3-Clause') license=('spdx:BSD-3-Clause')

View File

@ -5,6 +5,9 @@ pkgver=0.67
pkgrel=1 pkgrel=1
pkgdesc='Manage large numbers of patches' pkgdesc='Manage large numbers of patches'
url='https://savannah.nongnu.org/projects/quilt' url='https://savannah.nongnu.org/projects/quilt'
msys2_references=(
"anitya: 4143"
)
makedepends=('autotools') makedepends=('autotools')
license=('GPL2+') license=('GPL2+')
arch=('any') arch=('any')

View File

@ -5,6 +5,9 @@ pkgver=5.10.1
pkgrel=2 pkgrel=2
pkgdesc='Revision Control System: manages multiple revisions of files' pkgdesc='Revision Control System: manages multiple revisions of files'
url='https://www.gnu.org/software/rcs/' url='https://www.gnu.org/software/rcs/'
msys2_references=(
"anitya: 4167"
)
license=('GPL3') license=('GPL3')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
makedepends=('groff' 'ed' 'autotools' 'gcc') makedepends=('groff' 'ed' 'autotools' 'gcc')

View File

@ -9,6 +9,7 @@ pkgdesc='A tool for generating C-based recognizers from regular expressions'
url='https://re2c.org/' url='https://re2c.org/'
msys2_repository_url="https://github.com/skvadrik/re2c" msys2_repository_url="https://github.com/skvadrik/re2c"
msys2_references=( msys2_references=(
"anitya: 7664"
"cpe: cpe:/a:re2c:re2c" "cpe: cpe:/a:re2c:re2c"
) )
license=('public domain') license=('public domain')

View File

@ -11,6 +11,7 @@ arch=('i686' 'x86_64')
url="https://tiswww.case.edu/php/chet/readline/rltop.html" url="https://tiswww.case.edu/php/chet/readline/rltop.html"
msys2_repository_url="https://git.savannah.gnu.org/cgit/readline.git" msys2_repository_url="https://git.savannah.gnu.org/cgit/readline.git"
msys2_references=( msys2_references=(
"anitya: 4173"
"cpe: cpe:/a:gnu:readline" "cpe: cpe:/a:gnu:readline"
) )
license=('GPL') license=('GPL')

View File

@ -7,6 +7,10 @@ pkgrel=1
pkgdesc='Utility for verifying hash sums of files' pkgdesc='Utility for verifying hash sums of files'
url='https://sourceforge.net/projects/rhash/' url='https://sourceforge.net/projects/rhash/'
msys2_repository_url="https://github.com/rhash/RHash" msys2_repository_url="https://github.com/rhash/RHash"
msys2_references=(
"anitya: 13843"
"cpe: cpe:2.3:a:rhash_project:rhash"
)
license=('custom' 'MIT') license=('custom' 'MIT')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/rhash/RHash/archive/v${pkgver}.tar.gz source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/rhash/RHash/archive/v${pkgver}.tar.gz

View File

@ -9,6 +9,9 @@ arch=('i686' 'x86_64')
groups=('utilities') groups=('utilities')
license=('GPL') license=('GPL')
url='https://github.com/hanslub42/rlwrap' url='https://github.com/hanslub42/rlwrap'
msys2_references=(
"anitya: 4199"
)
depends=('libreadline') depends=('libreadline')
makedepends=('gcc' 'libreadline-devel' 'autotools') makedepends=('gcc' 'libreadline-devel' 'autotools')
install=rlwrap.install install=rlwrap.install

View File

@ -6,6 +6,9 @@ pkgrel=1
pkgdesc="rpcsvc protocol definitions from glibc." pkgdesc="rpcsvc protocol definitions from glibc."
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/thkukuk/rpcsvc-proto" url="https://github.com/thkukuk/rpcsvc-proto"
msys2_references=(
"anitya: 155452"
)
license=('BSD') license=('BSD')
depends=('libintl' 'libiconv') depends=('libintl' 'libiconv')
makedepends=('autotools' 'gcc' 'gettext-devel' 'libiconv-devel') makedepends=('autotools' 'gcc' 'gettext-devel' 'libiconv-devel')

View File

@ -7,9 +7,12 @@ pkgdesc="A file transfer program to keep remote files in sync"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://rsync.samba.org" url="https://rsync.samba.org"
msys2_references=( msys2_references=(
"cpe: cpe:/a:andrew_tridgell:rsync" "anitya: 4217"
"cpe: cpe:/a:rsync:rsync" "cpe: cpe:2.3:a:andrew_tridgell:rsync"
"cpe: cpe:/a:samba:rsync" "cpe: cpe:2.3:a:gnu:rsync"
"cpe: cpe:2.3:a:redhat:rsync"
"cpe: cpe:2.3:a:rsync:rsync"
"cpe: cpe:2.3:a:samba:rsync"
) )
groups=('net-utils') groups=('net-utils')
license=('GPL3') license=('GPL3')

View File

@ -6,6 +6,7 @@ pkgrel=1
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://www.ruby-lang.org/en/' url='https://www.ruby-lang.org/en/'
msys2_references=( msys2_references=(
"anitya: 4223"
"cpe: cpe:/a:ruby-lang:ruby" "cpe: cpe:/a:ruby-lang:ruby"
"cpe: cpe:/a:yukihiro_matsumoto:ruby" "cpe: cpe:/a:yukihiro_matsumoto:ruby"
) )

View File

@ -8,6 +8,7 @@ pkgdesc="Extensible Python-based build utility"
arch=('any') arch=('any')
url="https://scons.org/" url="https://scons.org/"
msys2_references=( msys2_references=(
"anitya: 4770"
"pypi:SCons" "pypi:SCons"
) )
license=('MIT') license=('MIT')

View File

@ -7,6 +7,9 @@ pkgrel=2
pkgdesc="Bash screenshot information tool" pkgdesc="Bash screenshot information tool"
arch=('any') arch=('any')
url="https://github.com/KittyKatt/screenFetch" url="https://github.com/KittyKatt/screenFetch"
msys2_references=(
"anitya: 5733"
)
license=('GPL') license=('GPL')
depends=('bash') depends=('bash')
optdepends=('curl: screenshot uploading') optdepends=('curl: screenshot uploading')

View File

@ -7,6 +7,7 @@ pkgdesc="GNU stream editor"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.gnu.org/software/sed" url="https://www.gnu.org/software/sed"
msys2_references=( msys2_references=(
"anitya: 4789"
"cpe: cpe:/a:gnu:sed" "cpe: cpe:/a:gnu:sed"
) )
license=('GPL3') license=('GPL3')

View File

@ -8,6 +8,7 @@ pkgdesc="High-performance asynchronous HTTP client library"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://serf.apache.org/" url="https://serf.apache.org/"
msys2_references=( msys2_references=(
"anitya: 1720"
"cpe: cpe:/a:serf_project:serf" "cpe: cpe:/a:serf_project:serf"
) )
license=('Apache') license=('Apache')

View File

@ -6,6 +6,9 @@ pkgrel=2
pkgdesc='Utility to easily change settings in configuration files' pkgdesc='Utility to easily change settings in configuration files'
arch=('any') arch=('any')
url='https://setconf.roboticoverlords.org/' url='https://setconf.roboticoverlords.org/'
msys2_references=(
"anitya: 13746"
)
license=('GPL2') license=('GPL2')
depends=('python3') depends=('python3')
source=("https://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz") source=("https://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz")

View File

@ -7,6 +7,9 @@ pkgrel=2
pkgdesc='Tools for maintaining centralized SGML catalogs.' pkgdesc='Tools for maintaining centralized SGML catalogs.'
arch=('any') arch=('any')
url='https://www.docbook.org/xml/' url='https://www.docbook.org/xml/'
msys2_references=(
"anitya: 227355"
)
license=('GPL') license=('GPL')
install='sgml-common.install' install='sgml-common.install'
depends=('sh') depends=('sh')

View File

@ -5,6 +5,7 @@ pkgdesc='Makes so-called shell archives out of many files'
url='https://www.gnu.org/software/sharutils' url='https://www.gnu.org/software/sharutils'
msys2_references=( msys2_references=(
"cpe: cpe:/a:gnu:sharutils" "cpe: cpe:/a:gnu:sharutils"
"anitya: 4805"
) )
license=(GPL3+) license=(GPL3+)
arch=(i686 x86_64) arch=(i686 x86_64)

View File

@ -9,7 +9,9 @@ pkgrel=2
pkgdesc='Multipurpose relay' pkgdesc='Multipurpose relay'
url='http://www.dest-unreach.org/socat/' url='http://www.dest-unreach.org/socat/'
msys2_references=( msys2_references=(
"cpe: cpe:/a:dest-unreach:socat" "anitya: 4848"
"cpe: cpe:2.3:a:dest-unreach:socat"
"cpe: cpe:2.3:a:socat:socat"
) )
license=('GPL2') license=('GPL2')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')

View File

@ -16,6 +16,7 @@ arch=('i686' 'x86_64')
license=(PublicDomain) license=(PublicDomain)
url="https://www.sqlite.org/" url="https://www.sqlite.org/"
msys2_references=( msys2_references=(
"anitya: 4877"
"cpe: cpe:/a:sqlite:sqlite" "cpe: cpe:/a:sqlite:sqlite"
) )
depends=('libreadline' 'zlib' 'tcl') depends=('libreadline' 'zlib' 'tcl')

View File

@ -6,6 +6,9 @@ pkgrel=1
pkgdesc='Fool ssh into accepting an interactive password non-interactively' pkgdesc='Fool ssh into accepting an interactive password non-interactively'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://sourceforge.net/projects/sshpass/' url='https://sourceforge.net/projects/sshpass/'
msys2_references=(
"anitya: 12961"
)
groups=('net-utils') groups=('net-utils')
license=('GPL') license=('GPL')
depends=('openssh') depends=('openssh')

View File

@ -7,6 +7,9 @@ pkgdesc="GNU Stow is a symlink farm manager which takes distinct packages of sof
arch=("any") arch=("any")
license=("GPL") license=("GPL")
url="https://ftp.gnu.org/gnu/stow/" url="https://ftp.gnu.org/gnu/stow/"
msys2_references=(
"anitya: 4900"
)
depends=("perl") depends=("perl")
makedepends=('autotools') makedepends=('autotools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/${pkgname}-${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::${url}/${pkgname}-${pkgver}.tar.gz")

View File

@ -7,6 +7,7 @@ pkgdesc="A Modern Concurrent Version Control System"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://subversion.apache.org/" url="https://subversion.apache.org/"
msys2_references=( msys2_references=(
"anitya: 4905"
"cpe: cpe:/a:apache:subversion" "cpe: cpe:/a:apache:subversion"
"cpe: cpe:/a:subversion:subversion" "cpe: cpe:/a:subversion:subversion"
) )

View File

@ -6,6 +6,9 @@ pkgrel=2
pkgdesc="Generate scripting interfaces to C/C++ code" pkgdesc="Generate scripting interfaces to C/C++ code"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.swig.org/" url="https://www.swig.org/"
msys2_references=(
"anitya: 4919"
)
license=('custom') license=('custom')
depends=('zlib' 'libpcre2_8') depends=('zlib' 'libpcre2_8')
makedepends=('zlib-devel' 'pcre2-devel' 'autotools' 'gcc') makedepends=('zlib-devel' 'pcre2-devel' 'autotools' 'gcc')

View File

@ -7,6 +7,7 @@ pkgdesc="Utility used to store, backup, and transport files"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.gnu.org/software/tar/tar.html" url="https://www.gnu.org/software/tar/tar.html"
msys2_references=( msys2_references=(
"anitya: 4939"
"cpe: cpe:/a:gnu:tar" "cpe: cpe:/a:gnu:tar"
) )
license=('GPL3') license=('GPL3')

View File

@ -7,6 +7,9 @@ pkgdesc="A command-line todo list manager"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://taskwarrior.org/" url="https://taskwarrior.org/"
msys2_repository_url="https://github.com/GothenburgBitFactory/taskwarrior" msys2_repository_url="https://github.com/GothenburgBitFactory/taskwarrior"
msys2_references=(
"anitya: 5841"
)
license=("MIT") license=("MIT")
depends=("gcc-libs" depends=("gcc-libs"
"libgnutls" "libgnutls"

View File

@ -9,6 +9,7 @@ pkgdesc="The Tcl scripting language"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://tcl.sourceforge.io/" url="https://tcl.sourceforge.io/"
msys2_references=( msys2_references=(
"anitya: 4941"
"cpe: cpe:/a:tcl:tcl" "cpe: cpe:/a:tcl:tcl"
) )
license=('custom') license=('custom')

View File

@ -7,6 +7,9 @@ epoch=
pkgdesc="C shell with file name completion and command line editing" pkgdesc="C shell with file name completion and command line editing"
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="https://www.tcsh.org/" url="https://www.tcsh.org/"
msys2_references=(
"anitya: 4945"
)
license=('BSD') license=('BSD')
groups=() groups=()
depends=('gcc-libs' 'libxcrypt' 'libiconv' 'ncurses') depends=('gcc-libs' 'libxcrypt' 'libiconv' 'ncurses')

View File

@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/texinfo/" url="https://www.gnu.org/software/texinfo/"
msys2_repository_url="https://git.savannah.gnu.org/cgit/texinfo.git" msys2_repository_url="https://git.savannah.gnu.org/cgit/texinfo.git"
msys2_references=( msys2_references=(
"anitya: 4958"
"cpe: cpe:/a:gnu:texinfo" "cpe: cpe:/a:gnu:texinfo"
) )
license=('spdx:GPL-3.0-or-later') license=('spdx:GPL-3.0-or-later')

View File

@ -6,6 +6,10 @@ pkgrel=4
pkgdesc="Official tftp server" pkgdesc="Official tftp server"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.kernel.org/pub/software/network/tftp/tftp-hpa/" url="https://www.kernel.org/pub/software/network/tftp/tftp-hpa/"
msys2_references=(
"anitya: 4962"
"cpe: cpe:2.3:a:tftpd-hpa_project:tftpd-hpa"
)
license=('BSD') license=('BSD')
depends=('libreadline>=6.0.00') depends=('libreadline>=6.0.00')
makedepends=('libreadline-devel' 'gcc' 'autotools') makedepends=('libreadline-devel' 'gcc' 'autotools')

View File

@ -8,6 +8,9 @@ depends=('git' 'libreadline' 'ncurses')
makedepends=('asciidoc' 'xmlto' 'libreadline-devel' 'ncurses-devel' 'libiconv-devel' 'autotools' 'gcc') makedepends=('asciidoc' 'xmlto' 'libreadline-devel' 'ncurses-devel' 'libiconv-devel' 'autotools' 'gcc')
url='https://jonas.github.io/tig/' url='https://jonas.github.io/tig/'
msys2_repository_url="https://github.com/jonas/tig" msys2_repository_url="https://github.com/jonas/tig"
msys2_references=(
"anitya: 4969"
)
license=('GPL') license=('GPL')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
backup=('etc/tigrc') backup=('etc/tigrc')

View File

@ -5,6 +5,9 @@ pkgver=1.9
pkgrel=3 pkgrel=3
pkgdesc="Utility for monitoring a program's use of system resources" pkgdesc="Utility for monitoring a program's use of system resources"
url='https://www.gnu.org/directory/time.html' url='https://www.gnu.org/directory/time.html'
msys2_references=(
"anitya: 4971"
)
license=('GPL') license=('GPL')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
makedepends=('autotools' 'gcc') makedepends=('autotools' 'gcc')

View File

@ -7,6 +7,9 @@ pkgdesc="A simple TTY terminal I/O application"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://tio.github.io/" url="https://tio.github.io/"
msys2_repository_url="https://github.com/tio/tio" msys2_repository_url="https://github.com/tio/tio"
msys2_references=(
"anitya: 20587"
)
license=('spdx:GPL-2.0-or-later') license=('spdx:GPL-2.0-or-later')
depends=('libinih') depends=('libinih')
makedepends=('gcc' 'pkgconf' 'python' 'meson' 'ninja' 'libinih-devel') makedepends=('gcc' 'pkgconf' 'python' 'meson' 'ninja' 'libinih-devel')

View File

@ -5,6 +5,9 @@ pkgdesc="Instant Terminal Sharing http://tmate.io/"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('ISC') license=('ISC')
url="http://tmate.io/" url="http://tmate.io/"
msys2_references=(
"anitya: 10245"
)
msys2_repository_url="https://github.com/tmate-io/tmate" msys2_repository_url="https://github.com/tmate-io/tmate"
depends=('libevent' 'ncurses' 'libopenssl' 'libssh' 'zlib' 'msgpack-c') depends=('libevent' 'ncurses' 'libopenssl' 'libssh' 'zlib' 'msgpack-c')
makedepends=('libevent-devel' 'ncurses-devel' 'openssl-devel' 'libssh-devel' 'zlib-devel' 'msgpack-c-devel' 'autotools' 'gcc' 'git') makedepends=('libevent-devel' 'ncurses-devel' 'openssl-devel' 'libssh-devel' 'zlib-devel' 'msgpack-c-devel' 'autotools' 'gcc' 'git')

View File

@ -9,6 +9,7 @@ pkgdesc='A terminal multiplexer'
url='https://tmux.github.io/' url='https://tmux.github.io/'
msys2_repository_url="https://github.com/tmux/tmux" msys2_repository_url="https://github.com/tmux/tmux"
msys2_references=( msys2_references=(
"anitya: 4980"
"cpe: cpe:/a:nicholas_marriott:tmux" "cpe: cpe:/a:nicholas_marriott:tmux"
"cpe: cpe:/a:tmux_project:tmux" "cpe: cpe:/a:tmux_project:tmux"
) )

View File

@ -6,6 +6,9 @@ pkgrel=1
pkgdesc="A directory listing program displaying a depth indented list of files" pkgdesc="A directory listing program displaying a depth indented list of files"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://mama.indstate.edu/users/ice/tree/" url="http://mama.indstate.edu/users/ice/tree/"
msys2_references=(
"anitya: 5006"
)
license=('GPL') license=('GPL')
makedepends=('make' 'gcc') makedepends=('make' 'gcc')
source=("https://gitlab.com/OldManProgrammer/unix-tree/-/archive/${pkgver}/unix-tree-${pkgver}.tar.gz" source=("https://gitlab.com/OldManProgrammer/unix-tree/-/archive/${pkgver}/unix-tree-${pkgver}.tar.gz"

View File

@ -7,6 +7,9 @@ pkgrel=2
pkgdesc="Convert plain text files to HTML" pkgdesc="Convert plain text files to HTML"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://txt2html.sourceforge.net/" url="https://txt2html.sourceforge.net/"
msys2_references=(
"anitya: 14410"
)
license=('GPL' 'PerlArtistic') license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0' 'perl-Getopt-ArgvFile') depends=('perl>=5.10.0' 'perl-Getopt-ArgvFile')
makedepends=('perl-Module-Build') makedepends=('perl-Module-Build')

View File

@ -8,6 +8,7 @@ pkgdesc='A text formatting and conversion tool.'
arch=('any') arch=('any')
url='https://www.txt2tags.org/' url='https://www.txt2tags.org/'
msys2_references=( msys2_references=(
"anitya: 10473"
"pypi:txt2tags" "pypi:txt2tags"
) )
license=('spdx:GPL-2.0-or-later') license=('spdx:GPL-2.0-or-later')

View File

@ -6,6 +6,10 @@ pkgrel=1
pkgdesc="Sources for time zone and daylight saving time data" pkgdesc="Sources for time zone and daylight saving time data"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.iana.org/time-zones" url="https://www.iana.org/time-zones"
msys2_references=(
"anitya: 16905"
'archlinux: tzdata'
)
license=('GPL') license=('GPL')
options=('!emptydirs') options=('!emptydirs')
depends=('coreutils' 'gawk' 'sed') depends=('coreutils' 'gawk' 'sed')
@ -22,9 +26,6 @@ sha256sums=('0d0434459acbd2059a7a8da1f3304a84a86591f6ed69c6248fffa502b6edffe3'
'19fbb941fa73ec1bc4f2caa24ac848e9fbf42ac187621bfef40f4a50d5198cdc' '19fbb941fa73ec1bc4f2caa24ac848e9fbf42ac187621bfef40f4a50d5198cdc'
'faf73eb5f07c56b019b540005f4262f33927a4ff2acf3752a055e8530decd749') 'faf73eb5f07c56b019b540005f4262f33927a4ff2acf3752a055e8530decd749')
validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert <eggert@cs.ucla.edu> validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert <eggert@cs.ucla.edu>
msys2_references=(
'archlinux: tzdata'
)
_timezones=('africa' 'antarctica' 'asia' 'australasia' _timezones=('africa' 'antarctica' 'asia' 'australasia'
'europe' 'northamerica' 'southamerica' 'europe' 'northamerica' 'southamerica'

View File

@ -7,6 +7,7 @@ pkgdesc="U-Boot Tools"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/u-boot/u-boot" url="https://github.com/u-boot/u-boot"
msys2_references=( msys2_references=(
"anitya: 5022"s
"cpe: cpe:/a:denx:u-boot" "cpe: cpe:/a:denx:u-boot"
) )
license=('GPL2') license=('GPL2')

View File

@ -14,6 +14,9 @@ arch=('i686' 'x86_64')
license=('GPL') license=('GPL')
makedepends=('autotools' 'gcc') makedepends=('autotools' 'gcc')
url="https://www.oberhumer.com/opensource/ucl/" url="https://www.oberhumer.com/opensource/ucl/"
msys2_references=(
"anitya: 13446"
)
source=("https://www.oberhumer.com/opensource/${_realname}/download/${_realname}-${pkgver}.tar.gz" source=("https://www.oberhumer.com/opensource/${_realname}/download/${_realname}-${pkgver}.tar.gz"
"001-autoconf-compat.patch" "001-autoconf-compat.patch"
"002-missing-macros.patch" "002-missing-macros.patch"

View File

@ -7,6 +7,7 @@ pkgrel=1
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.rarlab.com/rar_add.htm" url="https://www.rarlab.com/rar_add.htm"
msys2_references=( msys2_references=(
"anitya: 13306"
"cpe: cpe:/a:rarlab:unrar" "cpe: cpe:/a:rarlab:unrar"
) )
license=('custom') license=('custom')

View File

@ -7,6 +7,7 @@ pkgdesc="Unpacks .zip archives such as those made by PKZIP"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.info-zip.org/" url="http://www.info-zip.org/"
msys2_references=( msys2_references=(
"anitya: 8684"
"cpe: cpe:/a:unzip_project:unzip" "cpe: cpe:/a:unzip_project:unzip"
"cpe: cpe:/a:info-zip:unzip" "cpe: cpe:/a:info-zip:unzip"
) )

View File

@ -12,6 +12,7 @@ arch=('i686' 'x86_64')
url='https://upx.github.io/' url='https://upx.github.io/'
msys2_repository_url="https://github.com/upx/upx" msys2_repository_url="https://github.com/upx/upx"
msys2_references=( msys2_references=(
"anitya: 13737"
"cpe: cpe:/a:upx_project:upx" "cpe: cpe:/a:upx_project:upx"
) )
license=('GPL') license=('GPL')

View File

@ -9,6 +9,7 @@ arch=('i686' 'x86_64')
license=('GPL3') license=('GPL3')
url="https://www.kernel.org/pub/linux/utils/util-linux/" url="https://www.kernel.org/pub/linux/utils/util-linux/"
msys2_references=( msys2_references=(
"anitya: 8179"
"cpe: cpe:/a:andries_brouwer:util-linux" "cpe: cpe:/a:andries_brouwer:util-linux"
"cpe: cpe:/a:kernel:util-linux" "cpe: cpe:/a:kernel:util-linux"
"cpe: cpe:/a:linux:util-linux" "cpe: cpe:/a:linux:util-linux"

View File

@ -7,6 +7,9 @@ pkgrel=1
pkgdesc="Ncurses based file manager with vi like keybindings" pkgdesc="Ncurses based file manager with vi like keybindings"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://vifm.info/" url="https://vifm.info/"
msys2_references=(
"anitya: 5090"
)
license=('GPL') license=('GPL')
depends=('ncurses') depends=('ncurses')
makedepends=('ncurses-devel' 'autotools' 'gcc') makedepends=('ncurses-devel' 'autotools' 'gcc')

View File

@ -13,6 +13,7 @@ license=('custom:vim')
url="https://www.vim.org" url="https://www.vim.org"
msys2_repository_url="https://github.com/vim/vim" msys2_repository_url="https://github.com/vim/vim"
msys2_references=( msys2_references=(
"anitya: 5092"
"cpe: cpe:/a:vim:vim" "cpe: cpe:/a:vim:vim"
"cpe: cpe:/a:vim_development_group:vim" "cpe: cpe:/a:vim_development_group:vim"
) )

View File

@ -4,6 +4,9 @@ pkgname='vimpager'
pkgdesc='Use ViM as PAGER' pkgdesc='Use ViM as PAGER'
url='https://www.vim.org/scripts/script.php?script_id=1723' url='https://www.vim.org/scripts/script.php?script_id=1723'
msys2_repository_url="https://github.com/rkitover/vimpager" msys2_repository_url="https://github.com/rkitover/vimpager"
msys2_references=(
"anitya: 15644"
)
license=(BSD) license=(BSD)
arch=(any) arch=(any)
pkgver=2.06 pkgver=2.06

View File

@ -9,6 +9,7 @@ pkgdesc="w3m is a pager with WWW capability (net-utils)"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://w3m.sourceforge.io/" url="https://w3m.sourceforge.io/"
msys2_references=( msys2_references=(
"anitya: 5115"
"cpe: cpe:/a:w3m:w3m" "cpe: cpe:/a:w3m:w3m"
) )
license=('BSD') license=('BSD')

View File

@ -6,6 +6,9 @@ pkgrel=1
pkgdesc='Wherever Change Directory' pkgdesc='Wherever Change Directory'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://waterlan.home.xs4all.nl/' url='https://waterlan.home.xs4all.nl/'
msys2_references=(
"anitya: 341689"
)
license=('GPL') license=('GPL')
depends=('libintl' 'libunistring' 'ncurses') depends=('libintl' 'libunistring' 'ncurses')
groups=('sys-utils') groups=('sys-utils')

View File

@ -7,7 +7,9 @@ pkgdesc="A network utility to retrieve files from the Web"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.gnu.org/software/wget/" url="https://www.gnu.org/software/wget/"
msys2_references=( msys2_references=(
"cpe: cpe:/a:gnu:wget" "anitya: 5124"
"cpe: cpe:2.3:a:gnu:wget"
"cpe: cpe:2.3:a:wget:wget"
) )
license=('GPL3') license=('GPL3')
depends=('gcc-libs' 'libiconv' 'libidn2' 'libintl' 'libgpgme' 'libpcre2_8' 'libpsl' 'libuuid' 'libgnutls' 'zlib') depends=('gcc-libs' 'libiconv' 'libidn2' 'libintl' 'libgpgme' 'libpcre2_8' 'libpsl' 'libuuid' 'libgnutls' 'zlib')

View File

@ -7,6 +7,9 @@ pkgrel=4
pkgdesc="A utility to show the full path of commands" pkgdesc="A utility to show the full path of commands"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://savannah.gnu.org/projects/which/" url="https://savannah.gnu.org/projects/which/"
msys2_references=(
"anitya: 5127"
)
license=('GPL3') license=('GPL3')
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz" source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"
am-1.14.all.patch am-1.14.all.patch

View File

@ -7,6 +7,9 @@ pkgdesc='Diff utility which works with binary files'
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
url='http://xdelta.org/' url='http://xdelta.org/'
msys2_repository_url="https://github.com/jmacd/xdelta" msys2_repository_url="https://github.com/jmacd/xdelta"
msys2_references=(
"anitya: 5177"
)
license=('GPL') license=('GPL')
depends=('xz' 'liblzma') depends=('xz' 'liblzma')
makedepends=('liblzma-devel' 'autotools' 'gcc') makedepends=('liblzma-devel' 'autotools' 'gcc')

View File

@ -6,6 +6,9 @@ pkgrel=4
pkgdesc="Convert xml to many other formats" pkgdesc="Convert xml to many other formats"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://pagure.io/xmlto/" url="https://pagure.io/xmlto/"
msys2_references=(
"anitya: 13307"
)
license=('GPL') license=('GPL')
depends=('libxslt' 'perl-YAML-Syck' 'perl-Test-Pod') depends=('libxslt' 'perl-YAML-Syck' 'perl-Test-Pod')
makedepends=('docbook-xsl' 'autotools' 'gcc') makedepends=('docbook-xsl' 'autotools' 'gcc')

View File

@ -11,6 +11,9 @@ provides=('util-macros')
replaces=('util-macros') replaces=('util-macros')
conflicts=('util-macros') conflicts=('util-macros')
url="https://xorg.freedesktop.org/" url="https://xorg.freedesktop.org/"
msys2_references=(
"anitya: 15037"
)
depends=() depends=()
makedepends=('autotools') makedepends=('autotools')
source=("https://xorg.freedesktop.org/releases/individual/util/util-macros-${pkgver}.tar.xz") source=("https://xorg.freedesktop.org/releases/individual/util/util-macros-${pkgver}.tar.xz")

View File

@ -11,6 +11,9 @@ conflicts=('xproto')
provides=('xproto') provides=('xproto')
replaces=('xproto') replaces=('xproto')
url="https://xorg.freedesktop.org/" url="https://xorg.freedesktop.org/"
msys2_references=(
"anitya: 17190"
)
makedepends=('meson' 'ninja' 'gcc') makedepends=('meson' 'ninja' 'gcc')
source=("https://xorg.freedesktop.org/archive/individual/proto/${pkgname}-${pkgver}.tar.xz") source=("https://xorg.freedesktop.org/archive/individual/proto/${pkgname}-${pkgver}.tar.xz")
sha256sums=('b61fbc7db82b14ce2dc705ab590efc32b9ad800037113d1973811781d5118c2c') sha256sums=('b61fbc7db82b14ce2dc705ab590efc32b9ad800037113d1973811781d5118c2c')

View File

@ -6,6 +6,9 @@ pkgrel=1
pkgdesc="xorriso copies files from POSIX filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows manipulation of such filesystems" pkgdesc="xorriso copies files from POSIX filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows manipulation of such filesystems"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.gnu.org/software/xorriso/" url="https://www.gnu.org/software/xorriso/"
msys2_references=(
"anitya: 13270"
)
license=('spdx:GPL-3.0-or-later') license=('spdx:GPL-3.0-or-later')
depends=('libbz2' 'libreadline' 'zlib' 'libiconv') depends=('libbz2' 'libreadline' 'zlib' 'libiconv')
makedepends=('libbz2-devel' 'libreadline-devel' 'zlib-devel' 'autotools' 'gcc' 'libiconv-devel') makedepends=('libbz2-devel' 'libreadline-devel' 'zlib-devel' 'autotools' 'gcc' 'libiconv-devel')

View File

@ -7,6 +7,9 @@ pkgrel=1
pkgdesc="Extremely fast non-cryptographic hash algorithm" pkgdesc="Extremely fast non-cryptographic hash algorithm"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/Cyan4973/xxHash" url="https://github.com/Cyan4973/xxHash"
msys2_references=(
"anitya: 17583"
)
license=('BSD') license=('BSD')
makedepends=("gcc" makedepends=("gcc"
"cmake") "cmake")

View File

@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url='https://tukaani.org/xz/' url='https://tukaani.org/xz/'
msys2_repository_url="https://github.com/tukaani-project/xz/" msys2_repository_url="https://github.com/tukaani-project/xz/"
msys2_references=( msys2_references=(
"anitya: 5277"
"cpe: cpe:/a:tukaani:xz" "cpe: cpe:/a:tukaani:xz"
) )
license=('GPL' 'LGPL' 'custom') license=('GPL' 'LGPL' 'custom')

View File

@ -7,8 +7,9 @@ pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, G
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.tortall.net/projects/yasm/" url="https://www.tortall.net/projects/yasm/"
msys2_references=( msys2_references=(
"cpe: cpe:/a:yasm_project:yasm" "anitya: 5286"
"cpe: cpe:/a:tortall:yasm" "cpe: cpe:2.3:a:tortall:yasm"
"cpe: cpe:2.3:a:yasm_project:yasm"
) )
license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic') license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
options=('staticlibs') options=('staticlibs')

View File

@ -7,6 +7,9 @@ pkgdesc="Tools for creating Yelp documentation"
arch=('any') arch=('any')
license=('GPL') license=('GPL')
url="https://www.gnome.org" url="https://www.gnome.org"
msys2_references=(
"anitya: 8420"
)
depends=("yelp-xsl" "python-lxml" "itstool" "libxml2-python" "docbook-xsl" "python-mallard-ducktype") depends=("yelp-xsl" "python-lxml" "itstool" "libxml2-python" "docbook-xsl" "python-mallard-ducktype")
options=('strip' '!libtool' 'staticlibs') options=('strip' '!libtool' 'staticlibs')
makedepends=("intltool" "meson") makedepends=("intltool" "meson")

View File

@ -7,6 +7,9 @@ pkgdesc="Stylesheets for Yelp"
arch=('any') arch=('any')
license=('GPL') license=('GPL')
url="https://www.gnome.org" url="https://www.gnome.org"
msys2_references=(
"anitya: 13164"
)
options=('strip' '!libtool' 'staticlibs') options=('strip' '!libtool' 'staticlibs')
makedepends=("libxml2-python" "intltool" "itstool" 'autotools' 'gettext-devel' 'gcc') makedepends=("libxml2-python" "intltool" "itstool" 'autotools' 'gettext-devel' 'gcc')
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)

View File

@ -6,6 +6,11 @@ pkgrel=4
pkgdesc="Creates PKZIP-compatible .zip files" pkgdesc="Creates PKZIP-compatible .zip files"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.info-zip.org/Zip.html" url="http://www.info-zip.org/Zip.html"
msys2_references=(
"anitya: 10080"
"cpe: cpe:2.3:a:info-zip_project:zip"
"cpe: cpe:2.3:a:zip_project:zip"
)
license=('BSD') license=('BSD')
depends=('libbz2') depends=('libbz2')
makedepends=('make' 'gcc') makedepends=('make' 'gcc')

View File

@ -7,8 +7,9 @@ pkgrel=2
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://www.zsh.org/' url='https://www.zsh.org/'
msys2_references=( msys2_references=(
"cpe: cpe:/a:zsh_project:zsh" "anitya: 5307"
"cpe: cpe:/a:zsh:zsh" "cpe: cpe:2.3:a:zsh:zsh"
"cpe: cpe:2.3:a:zsh_project:zsh"
) )
license=('custom') license=('custom')
makedepends=('ncurses-devel' 'pcre-devel' 'libiconv-devel' 'libgdbm-devel' 'autotools' 'gcc' 'groff') makedepends=('ncurses-devel' 'pcre-devel' 'libiconv-devel' 'libgdbm-devel' 'autotools' 'gcc' 'groff')

View File

@ -9,7 +9,8 @@ arch=('i686' 'x86_64')
url='https://facebook.github.io/zstd/' url='https://facebook.github.io/zstd/'
msys2_repository_url="https://github.com/facebook/zstd" msys2_repository_url="https://github.com/facebook/zstd"
msys2_references=( msys2_references=(
"cpe: cpe:/a:facebook:zstandard" "anitya: 12083"
"cpe: cpe:2.3:a:facebook:zstandard"
) )
license=('BSD') license=('BSD')
makedepends=('gcc' 'ninja' 'cmake') makedepends=('gcc' 'ninja' 'cmake')