Browse Source

libextractor: fix accidental versioning mess

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 9 years ago
parent
commit
fc488b8b10
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libextractor/Makefile

+ 2
- 2
libs/libextractor/Makefile View File

@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libextractor
PKG_VERSION:=2
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
PKG_VERSION:=1.3
PKG_RELEASE:=2
# ToDo:
# - package missing optional dependencies: libexiv2, giflib, gsf, librpm, smf, tidy


Loading…
Cancel
Save