X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 3AD2DDC6D03 for ; Wed, 6 May 2015 13:32:35 +0000 (UTC) Received: from st11p00im-asmtp001.me.com (st11p00im-asmtp001.me.com [17.172.80.95]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 10FDFDC1636 for ; Wed, 6 May 2015 13:32:29 +0000 (UTC) Received: from st.ilet.to (st.ilet.to [31.193.133.175]) by st11p00im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NNX005MPKA3FE10@st11p00im-asmtp001.me.com> for alpine-devel@lists.alpinelinux.org; Wed, 06 May 2015 13:32:28 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-05-06_04:2015-05-05,2015-05-06,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1505060158 Date: Wed, 06 May 2015 13:32:26 +0000 (UTC) From: ScrumpyJack X-X-Sender: nicholas@st.ilet.to To: Alpine Devel List Subject: [alpine-devel] [PATCH] main/twm: minor clean up Message-id: User-Agent: Alpine 2.20 (LNX 67 2015-01-07) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Scanned: ClamAV using ClamSMTP Apologies, forgot to reset the pkgrel --- main/twm/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/twm/APKBUILD b/main/twm/APKBUILD index 55f248e..4d3e4f9 100644 --- a/main/twm/APKBUILD +++ b/main/twm/APKBUILD @@ -2,15 +2,15 @@ # Maintainer: pkgname=twm pkgver=1.0.9 -pkgrel=1 +pkgrel=0 pkgdesc="Tom's or Tab Window Manager for the X Window System" url="http://www.x.org" arch="all" license="MIT" depends="" depends_dev="" -makedepends="$depends_dev bison util-macros libxext-dev libx11-dev libxt-dev - libice-dev libxmu-dev" +makedepends="bison util-macros libxext-dev libx11-dev libxt-dev + libice-dev libxmu-dev" install="" subpackages="$pkgname-doc" source="http://www.x.org/releases/individual/app/${pkgname}-${pkgver}.tar.bz2" -- 2.4.0 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---