rpm: fix homepage=
This commit is contained in:
parent
c739eb164f
commit
77daf86ac4
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rpm'
|
# Template file for 'rpm'
|
||||||
pkgname=rpm
|
pkgname=rpm
|
||||||
version=4.14.2.1
|
version=4.14.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-lua --with-cap --with-acl --with-external-db
|
configure_args="--with-lua --with-cap --with-acl --with-external-db
|
||||||
--enable-python PYTHON=python3"
|
--enable-python PYTHON=python3"
|
||||||
|
@ -12,8 +12,8 @@ makedepends="binutils-devel db-devel elfutils-devel file-devel libarchive-devel
|
||||||
short_desc="Red Hat Package Management Utils"
|
short_desc="Red Hat Package Management Utils"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://rpm.org"
|
homepage="https://rpm.org"
|
||||||
changelog="http://rpm.org/wiki/Releases/${version}.html"
|
changelog="https://rpm.org/wiki/Releases/${version}.html"
|
||||||
distfiles="http://ftp.rpm.org/releases/rpm-${version%.*.*}.x/rpm-${version}.tar.bz2"
|
distfiles="http://ftp.rpm.org/releases/rpm-${version%.*.*}.x/rpm-${version}.tar.bz2"
|
||||||
checksum=1139c24b7372f89c0a697096bf9809be70ba55e006c23ff47305c1849d98acda
|
checksum=1139c24b7372f89c0a697096bf9809be70ba55e006c23ff47305c1849d98acda
|
||||||
conflicts="rpmextract>=0" # Both provide rpm2cpio
|
conflicts="rpmextract>=0" # Both provide rpm2cpio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue