~alpine/devel

main/twm: minor clean up v1 PROPOSED

ScrumpyJack: 1
 main/twm: minor clean up

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/949/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/twm: minor clean up Export this patch

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
---