rpm: fix homepage=
This commit is contained in:
parent
c739eb164f
commit
77daf86ac4
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rpm'
|
||||
pkgname=rpm
|
||||
version=4.14.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-lua --with-cap --with-acl --with-external-db
|
||||
--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"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://rpm.org"
|
||||
changelog="http://rpm.org/wiki/Releases/${version}.html"
|
||||
homepage="https://rpm.org"
|
||||
changelog="https://rpm.org/wiki/Releases/${version}.html"
|
||||
distfiles="http://ftp.rpm.org/releases/rpm-${version%.*.*}.x/rpm-${version}.tar.bz2"
|
||||
checksum=1139c24b7372f89c0a697096bf9809be70ba55e006c23ff47305c1849d98acda
|
||||
conflicts="rpmextract>=0" # Both provide rpm2cpio
|
||||
|
|
Loading…
Reference in New Issue