utox: Fetching tag instead of commit and removed explicit dependency

This commit is contained in:
Stefan Mühlinghaus 2015-03-30 10:19:03 +02:00
parent 006f34dfdf
commit 3d58ab8716

View file

@ -2,16 +2,14 @@
pkgname="utox"
version="0.2.o"
revision=1
_commithash="bdd1a009518e325a73a527da152793102b765ef6"
short_desc="Lightweight TOX instant messenger client written in C"
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
license="GPL-3"
homepage="https://wiki.tox.im/UTox"
depends="toxcore-git>=20150313_2"
makedepends="toxcore-devel-git filteraudio-devel-git fontconfig-devel freetype-devel libopenal-devel libvpx-devel libX11-devel libXext-devel libXrender-devel dbus-devel v4l-utils-devel libsodium-devel opus-devel"
hostmakedepends="pkg-config"
distfiles="https://github.com/notsecure/uTox/archive/${_commithash}.tar.gz"
checksum="79c8b9c3431a6b91911fc8dada1dfd57eea5f3074f05673f8c3742de63276f6d"
distfiles="https://github.com/notsecure/uTox/archive/v${version}.tar.gz"
checksum="dd8c96cf175b1d3e07bb588c82a7dbf08e388ca385b8abc4524bffafe62b7605"
build_style="gnu-makefile"
wrksrc="uTox-${_commithash}"
wrksrc="uTox-${version}"