diff -Nru blackchocobo-1.10.0/debian/changelog blackchocobo-1.10.0/debian/changelog --- blackchocobo-1.10.0/debian/changelog 2020-07-12 18:17:02.000000000 +0000 +++ blackchocobo-1.10.0/debian/changelog 2020-08-04 16:20:28.000000000 +0000 @@ -1,8 +1,8 @@ -blackchocobo (1.10.0-0~202007121421~ubuntu19.10.1) eoan; urgency=low +blackchocobo (1.10.0-0~202008041320~ubuntu19.10.1) eoan; urgency=low * Auto build. - -- sithlord48 Sun, 12 Jul 2020 18:17:02 +0000 + -- sithlord48 Tue, 04 Aug 2020 16:20:28 +0000 blackchocobo (1.10.0) trusty; urgency=low *New: PSV Signing diff -Nru blackchocobo-1.10.0/debian/git-build-recipe.manifest blackchocobo-1.10.0/debian/git-build-recipe.manifest --- blackchocobo-1.10.0/debian/git-build-recipe.manifest 2020-07-12 18:17:02.000000000 +0000 +++ blackchocobo-1.10.0/debian/git-build-recipe.manifest 2020-08-04 16:20:28.000000000 +0000 @@ -1,2 +1,2 @@ -# git-build-recipe format 0.4 deb-version {debupstream}-0~202007121421 -lp:blackchocobo git-commit:1822ab95f124e3a40b715f86d29395c6b886aeb2 +# git-build-recipe format 0.4 deb-version {debupstream}-0~202008041320 +lp:blackchocobo git-commit:487b244077ee6f77a4780e54f891a271a9a94180 diff -Nru blackchocobo-1.10.0/.travis.yml blackchocobo-1.10.0/.travis.yml --- blackchocobo-1.10.0/.travis.yml 2020-07-12 18:17:02.000000000 +0000 +++ blackchocobo-1.10.0/.travis.yml 2020-08-04 16:20:28.000000000 +0000 @@ -22,7 +22,7 @@ before_install: - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; - sudo add-apt-repository ppa:beineri/opt-qt-5.12.6-xenial -y; + sudo add-apt-repository ppa:beineri/opt-qt-5.13.2-xenial -y; sudo apt-get update -qq; fi @@ -33,7 +33,7 @@ install: - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then - sudo apt-get -y install build-essential qt5-default qt512tools qt512base g++-8 zsync; + sudo apt-get -y install build-essential qt5-default qt513tools qt513base g++-8 zsync; sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 90; fi