X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by lists.alpinelinux.org (Postfix) with ESMTP id 64C165C4311 for ; Mon, 20 Feb 2017 07:04:20 +0000 (GMT) Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 2067A1A2861 for ; Mon, 20 Feb 2017 07:04:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1487574260; bh=n4AJ8SNMUuWfPlNfYzbmOUQbOCdqwA8VqexpJcJDlik=; h=From:To:Cc:Subject:Date:From; b=QMMIibwH2beoneNwgIRWkcqGeGgcTSUO+daJFHhh9aHXb5Geil+Cqy7DQGs4Jf92/ zHCBpS3N59h3ZSDA43Axh/uW+yU6dXJp4SPgGxbkMntlFxIdmhCIC7QdwiY6J8h8C7 5bvFyg4SRApPszi/8AQNx+yTmu9gJcsF7jcEG+Lc= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pickfire) with ESMTPSA id D70B11C0066 From: Ivan Tham To: alpine-aports@lists.alpinelinux.org Cc: Ivan Tham Subject: [alpine-aports] [PATCH] main/mpv: rebuild against new version of ffmpeg-dev Date: Mon, 20 Feb 2017 15:04:00 +0800 Message-Id: <20170220070400.2099-1-pickfire@riseup.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/mpv/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/mpv/APKBUILD b/community/mpv/APKBUILD index 13cd90b73f..e7a2383266 100644 --- a/community/mpv/APKBUILD +++ b/community/mpv/APKBUILD @@ -5,7 +5,7 @@ # Maintainer: Natanael Copa pkgname=mpv pkgver=0.24.0 -pkgrel=0 +pkgrel=1 pkgdesc="Video player based on MPlayer/mplayer2" url="http://mpv.io/" arch="all" -- 2.11.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---