diff --git a/geany.be0 b/geany.be0 index fe3abf268..a2c8b9daa 100755 --- a/geany.be0 +++ b/geany.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION geany-1.33-0 +# BEE_VERSION geany-1.33-1 ## 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.) @@ -15,7 +15,7 @@ SRCURL[0]="https://download.geany.org/geany-${PKGVERSION}.tar.bz2" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/geany-#741-add-bee-extension.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not