Fix maintainer on some packages. (#1068)
* kakasi: update maintainer. * thunar-media-tags-plugin: update maintainer. * clustalo: update maintainer. * python-pytest: fix orphaned package.
This commit is contained in:
parent
ad3384ec84
commit
b29fed2ce9
4 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'clustalo'
|
||||
pkgname=clustalo
|
||||
version=1.2.4
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="clustal-omega-${version}"
|
||||
build_style=gnu-configure
|
||||
makedepends="argtable-devel"
|
||||
short_desc="Bioinformatics program for multiple sequence alignment"
|
||||
maintainer="Simon Whelan <si.whelan@gmail.com>"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.clustal.org/omega"
|
||||
distfiles="http://www.clustal.org/omega/clustal-omega-${version}.tar.gz"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'kakasi'
|
||||
pkgname=kakasi
|
||||
version=2.3.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="Tool to convert Kanji characters to Hiragana, Katakana or Romaji"
|
||||
maintainer="Andrew Savonichev <andrew.savonichev@gmail.com>"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://kakasi.namazu.org/"
|
||||
distfiles="http://kakasi.namazu.org/stable/kakasi-${version}.tar.gz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-pytest'
|
||||
pkgname=python-pytest
|
||||
version=3.6.2
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="${pkgname/python-//}-${version}"
|
||||
build_style=python-module
|
||||
|
@ -12,7 +12,7 @@ depends="python-atomicwrites python-attrs python-funcsigs python-more-itertools
|
|||
checkdepends="python3-atomicwrites python3-hypothesis python3-more-itertools
|
||||
python3-pluggy python3-py python3-atomicwrites"
|
||||
short_desc="Simple powerful testing with Python2"
|
||||
maintainer="Orphaned <orphaned@voidlinux.eu>"
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="https://docs.pytest.org/en/latest/"
|
||||
distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'thunar-media-tags-plugin'
|
||||
pkgname=thunar-media-tags-plugin
|
||||
version=0.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="intltool pkg-config"
|
||||
makedepends="Thunar-devel exo-devel gtk+-devel taglib-devel"
|
||||
short_desc="Adds special features for media files to the Thunar File Manager"
|
||||
maintainer="Mike Wortin <mikewortin@gmail.com>"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin"
|
||||
distfiles="https://archive.xfce.org/src/thunar-plugins/${pkgname}/0.2/${pkgname}-${version}.tar.bz2"
|
||||
|
|
Loading…
Reference in a new issue