diff options
Diffstat (limited to 'package/kbd/Makefile')
-rw-r--r-- | package/kbd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kbd/Makefile b/package/kbd/Makefile index 901ae6266..7923783ca 100644 --- a/package/kbd/Makefile +++ b/package/kbd/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:= kbd PKG_VERSION:= 2.0.1 -PKG_RELEASE:= 1 -PKG_MD5SUM:= cc0ee9f2537d8636cae85a8c6541ed2e +PKG_RELEASE:= 2 +PKG_MD5SUM:= e9f2b7046312c11cec9e52e22f307b6a PKG_DESCR:= keyboard utility PKG_SECTION:= utils PKG_DEPENDS:= libcheck -PKG_BUILDDEP:= check +PKG_BUILDDEP:= flex-host bison-host check PKG_URL:= http://kbd-project.org/ PKG_SITES:= http://kbd-project.org/download/ |