diff options
author | Rael <rael.gc@gmail.com> | 2015-10-15 07:25:55 -0300 |
---|---|---|
committer | Rael <rael.gc@gmail.com> | 2015-10-15 07:25:55 -0300 |
commit | 4223b32aa74430f826409833758db17d8eb76c93 (patch) | |
tree | 0ee1ccc21f2eeec2ab6a4276ae2fbfccf7836707 | |
parent | 381638778fd474854c9c8e9858659f2857f569e3 (diff) | |
download | scudcloud-4223b32aa74430f826409833758db17d8eb76c93.zip scudcloud-4223b32aa74430f826409833758db17d8eb76c93.tar.gz scudcloud-4223b32aa74430f826409833758db17d8eb76c93.tar.bz2 |
New package release
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | scudcloud-1.0/debian/changelog | 7 | ||||
-rwxr-xr-x | scudcloud-1.0/scudcloud | 2 |
3 files changed, 11 insertions, 4 deletions
@@ -82,9 +82,9 @@ First, you'll need to install at least packages for `python3`, `python-qt4` (`qt Then run the below script: it'll download the code and install it: ```bash -wget https://github.com/raelgc/scudcloud/archive/v1.0.80.tar.gz -tar -xvf v1.0.80.tar.gz -cd scudcloud-1.0.80 +wget https://github.com/raelgc/scudcloud/archive/v1.0.81.tar.gz +tar -xvf v1.0.81.tar.gz +cd scudcloud-1.0.81 SOURCE="scudcloud-1.0" INSTALL="/opt/scudcloud" sudo mkdir -p $INSTALL/lib diff --git a/scudcloud-1.0/debian/changelog b/scudcloud-1.0/debian/changelog index c13f3b1..05e7e54 100644 --- a/scudcloud-1.0/debian/changelog +++ b/scudcloud-1.0/debian/changelog @@ -1,3 +1,10 @@ +scudcloud (1.0-81) trusty; urgency=medium + + * Removing no more required libraries + * Updating Edit menu on team switch (#259) + + -- Rael Gugelmin Cunha <rael.gc@gmail.com> Thu, 15 Oct 2015 07:23:25 -0300 + scudcloud (1.0-80) trusty; urgency=medium * Small improvements diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud index d05abf7..e251feb 100755 --- a/scudcloud-1.0/scudcloud +++ b/scudcloud-1.0/scudcloud @@ -14,7 +14,7 @@ from qsingleapplication import QSingleApplication # The ScudCloud QMainWindow win = None -VERSION = '1.0.80' +VERSION = '1.0.81' def main(): global win; |