mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
redland: fix license, http->https
This commit is contained in:
parent
503274977f
commit
7d455dbb67
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ _desc="Redland Resource Description Framework (RDF)"
|
||||||
|
|
||||||
pkgname=redland
|
pkgname=redland
|
||||||
version=1.0.17
|
version=1.0.17
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-release --with-raptor=system
|
configure_args="--disable-static --enable-release --with-raptor=system
|
||||||
--with-rasqal=system --with-sqlite=3"
|
--with-rasqal=system --with-sqlite=3"
|
||||||
|
@ -12,9 +12,9 @@ makedepends="libltdl-devel db-devel rasqal-devel libmariadbclient-devel
|
||||||
postgresql-libs-devel sqlite-devel unixodbc-devel"
|
postgresql-libs-devel sqlite-devel unixodbc-devel"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
short_desc="${_desc} - Utilities"
|
short_desc="${_desc} - Utilities"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later, Apache-2.0"
|
||||||
homepage="http://librdf.org"
|
homepage="https://librdf.org"
|
||||||
distfiles="http://librdf.org/dist/source/redland-${version}.tar.gz"
|
distfiles="https://librdf.org/dist/source/redland-${version}.tar.gz"
|
||||||
checksum=de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681
|
checksum=de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681
|
||||||
|
|
||||||
librdf_package() {
|
librdf_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue