summaryrefslogtreecommitdiff
path: root/package/parted/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-14 19:47:38 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-14 19:47:38 +0100
commita6bd08a675d42aca175f5b1cdc281c8f07fca497 (patch)
tree592e5157a8af755bcfd4612c6922c88f03db6b1b /package/parted/Makefile
parentec47c602c27ceef10f38afdf8e2e2adb953b9ed8 (diff)
parent18d2a174549127b67eae62d579234156f36c79fd (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/parted/Makefile')
-rw-r--r--package/parted/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/parted/Makefile b/package/parted/Makefile
index 8223abe7b..97ea55df3 100644
--- a/package/parted/Makefile
+++ b/package/parted/Makefile
@@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= parted
PKG_VERSION:= 3.1
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 5d89d64d94bcfefa9ce8f59f4b81bdcb
PKG_DESCR:= partition table editor
PKG_SECTION:= fs
-PKG_DEPENDS:= libuuid libreadline libpthread libgcc
+PKG_DEPENDS:= libblkid libuuid libreadline libpthread libgcc
PKG_BUILDDEP:= util-linux readline
PKG_URL:= http://www.gnu.org/software/parted/index.shtml
PKG_SITES:= ${MASTER_SITE_GNU:=parted/}