openSUSE / obs-service-download_files

An OBS source service: download files
GNU General Public License v2.0
8 stars 23 forks source link

Fix handling of overriding filenames in PKGBUILD files #13

Closed AlexTalker closed 3 years ago

AlexTalker commented 7 years ago

I had a problem with building packages which include sources declared as filename::some://url/other_filename, since PKGBUILD provide syntax to easily override them and usually such fix requested to many of my packages in AUR by other users, I decide to patch up it fast, hope it works well. As checkpoint for behavior compatibility I used source code of makepkg.

I will appreciate if the fix will be merged as fast as possible and deployed to build.opensuse.org. Thank you very much for such great build infrastructure.

AlexTalker commented 7 years ago

More info at this man under source (array) https://www.archlinux.org/pacman/PKGBUILD.5.html

adrianschroeter commented 3 years ago

covered finally in https://github.com/openSUSE/obs-service-download_files/pull/34