diff options
Diffstat (limited to 'src/lensfun.mk')
-rw-r--r-- | src/lensfun.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lensfun.mk b/src/lensfun.mk index 8a66f00..9461525 100644 --- a/src/lensfun.mk +++ b/src/lensfun.mk @@ -12,7 +12,7 @@ $(PKG)_DEPS := cc glib libgnurx libpng define $(PKG)_UPDATE $(WGET) -q -O- 'https://sourceforge.net/projects/lensfun/files/' | \ - $(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \ + $(SED) -n 's,.*/projects/.*/\([0-9][^"]*\)/".*,\1,p' | \ $(SORT) -V | \ tail -1 endef |