diff --git a/Makefile b/Makefile index cce8d28..802ee38 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ build: # python3 setup.py bdist_wheel python3 setup.py install --root=debian --install-layout=deb --no-compile cd debian && find . -type f ! -regex '.*.hg.*' ! -regex '.*?debian-binary.*' ! -regex '.*?DEBIAN.*' -printf '%P ' | xargs md5sum > DEBIAN/md5sums && cd - - dpkg -b debian/ fildem_0.6.4_all.deb + dpkg -b debian/ fildem_0.6.5_all.deb clean: rm -rf dist/ diff --git a/PKGBUILD b/PKGBUILD index 41076b8..7069e8c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=python3-fildem -pkgver=0.6.4 +pkgver=0.6.5 pkgrel=1 pkgdesc="This project is a fork of gnomehud with the adition of a global menu bar" arch=('i686' 'x86_64') diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control index eb2b231..c1f504e 100644 --- a/debian/DEBIAN/control +++ b/debian/DEBIAN/control @@ -1,6 +1,6 @@ Package: python3-fildem Source: fildem -Version: 0.6.4 +Version: 0.6.5 Architecture: all Maintainer: Gonzalo Original-Maintainer: Gonzalo diff --git a/fildem-hud.desktop b/fildem-hud.desktop index c2fbebb..628fe95 100644 --- a/fildem-hud.desktop +++ b/fildem-hud.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.6.4 +Version=0.6.5 Type=Application Name=Fildem Hud GenericName=Fildem Global Menu Hud diff --git a/setup.py b/setup.py index 5ef6083..2a00c99 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='fildem', - version='0.6.4', + version='0.6.5', author='Gonzalo', author_email='gonzaarcr@gmail.com', description='Fildem Global Menu for Gnome Desktop',