diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-25 11:34:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-25 11:34:22 -0300 |
commit | da4092571674bb5e79c04aeb37010653eab74326 (patch) | |
tree | be18cc1627241aa285e5c3f072a45cc498112bc4 | |
parent | 21d877267444b008256c4427e413ac9ff48fe603 (diff) | |
download | abslibre-da4092571674bb5e79c04aeb37010653eab74326.tar.gz abslibre-da4092571674bb5e79c04aeb37010653eab74326.tar.bz2 abslibre-da4092571674bb5e79c04aeb37010653eab74326.zip |
fixing url on PKGBUILD
-rw-r--r-- | libre/mkisolinux/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/mkpxelinux/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libre/mkisolinux/PKGBUILD b/libre/mkisolinux/PKGBUILD index f2cd6e4c0..123300201 100644 --- a/libre/mkisolinux/PKGBUILD +++ b/libre/mkisolinux/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1.1 pkgdesc="Advanced, modular isolinux bootcd image creation utility, Parabola rebranded" arch=(any) license=('GPL') -url="http://parabolagnulinux.org/" +url="https://parabolagnulinux.org/" depends=('mkinitcpio' 'cdrkit' 'syslinux' 'pciutils') replaces=('mkbootcd') backup=(etc/mkisolinux.conf) diff --git a/libre/mkpxelinux/PKGBUILD b/libre/mkpxelinux/PKGBUILD index 111763e82..cbdca0960 100644 --- a/libre/mkpxelinux/PKGBUILD +++ b/libre/mkpxelinux/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1.1 pkgdesc="Advanced, modular network pxe boot image creation utility, Parabola rebranded" arch=(any) license=('GPL') -url="http://parabolagnulinux.org/" +url="https://parabolagnulinux.org/" depends=('mkinitcpio' 'tftp-hpa' 'syslinux') backup=(etc/mkpxelinux.conf) optdepends=('dhcp: for dhcp server usage') |