diff --git a/libX11-1.6.2-0.bee b/libX11.be0 similarity index 89% rename from libX11-1.6.2-0.bee rename to libX11.be0 index 12f9e6a25..daeb11478 100755 --- a/libX11-1.6.2-0.bee +++ b/libX11.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION libX11-1.6.6-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libX11-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://www.x.org/releases/individual/lib/libX11-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -22,8 +24,8 @@ SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libX11-${PKGVERSI # EXCLUDE+=() ############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source ## directory. # build_in_sourcedir @@ -52,7 +54,7 @@ SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libX11-${PKGVERSI #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -71,7 +73,7 @@ SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libX11-${PKGVERSI ## The name of this bee-file should follow the following naming convention: ## pkgname-pkgversion-pkgrevision.bee ## -## You may remove all comments as long as SRCURL[0]="" is set. +## You may remove all comments as long as SRCURL[0] is set. ## ## Everything in this file will be executed in a bash environment. ##