diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-14 10:53:59 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-14 10:53:59 -0300 |
commit | 1fafdadaae260eaef7194102b5eb842466e63dd1 (patch) | |
tree | 734ab5c097f5a2ed36c2a7049d44f9c2bb46dede /community/subtle | |
parent | 1f52af629b1911ab027ef9c5d4d5903b48792050 (diff) | |
parent | 6dab5c46b00f624c7900ff6d11b75bcafbe251d0 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/unpaper/PKGBUILD
community/virtualbox/PKGBUILD
core/crda/PKGBUILD
core/eventlog/PKGBUILD
extra/v86d/PKGBUILD
extra/vlc/PKGBUILD
testing/mesa/PKGBUILD
Diffstat (limited to 'community/subtle')
-rw-r--r-- | community/subtle/PKGBUILD | 5 | ||||
-rw-r--r-- | community/subtle/subtle.install | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD index ebad5f409..fcbeb6f57 100644 --- a/community/subtle/PKGBUILD +++ b/community/subtle/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 44650 2011-04-10 13:39:02Z angvp $ +# $Id: PKGBUILD 44915 2011-04-12 21:25:17Z angvp $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: unexist <unexist@dorfelite.net> # Past Contributors: Abakus <java5@arcor.de>, TDY <tdy@gmx.com>, Xilon <xilonmu@gmail.com> pkgname=subtle pkgver=0.9.2773 -pkgrel=1 +pkgrel=2 pkgdesc="A grid-based manual tiling window manager with a strong focus on easy but customizable look and feel" arch=("i686" "x86_64" 'mips64el') url="http://subtle.subforge.org" @@ -16,6 +16,7 @@ conflicts=("subtle-hg") backup=("etc/xdg/subtle/subtle.rb") source=(http://subforge.org/attachments/download/50/$pkgname-$pkgver-mu.tbz2) md5sums=('bbae53d6c16cfe25186003e9e28504f8') +install=subtle.install build() { cd "$srcdir/$pkgname-$pkgver-mu" diff --git a/community/subtle/subtle.install b/community/subtle/subtle.install index c7ef727b7..36fa9bafe 100644 --- a/community/subtle/subtle.install +++ b/community/subtle/subtle.install @@ -1,3 +1,8 @@ post_upgrade() { - echo "If you have subtles on your system remember to upgrade them doing:\n\n\t sur upgrade " + echo "In order to use sur you have to install the following dependencies: curb and minitar with" + echo "You can use this gem command: " + echo " gem install curb minitar" + echo "" + echo "If you have subtles on your system remember to upgrade them doing:" + echo " sur upgrade " } |