app-crypt/moolticute: version bump

This commit is contained in:
nemunaire 2017-08-23 20:49:46 +02:00
commit e17094fac8
3 changed files with 54 additions and 2 deletions

View file

@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]]; then
inherit git-r3
KEYWORDS=""
else
SRC_URI="https://github.com/raoulh/moolticute/archive/v${PV}-beta.tar.gz -> moolticute-${PV}.tar.gz"
SRC_URI="https://github.com/raoulh/moolticute/archive/v${PV//_/-}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm"
fi
@ -30,6 +30,8 @@ RDEPEND=">=dev-qt/qtcore-5.6:5
>=dev-libs/libusb-1.0.20"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${P//_/-}"
src_configure() {
eqmake5 PREFIX="/usr" Moolticute.pro
}