Skip to content

Commit

Permalink
A little more aesthetics, wrapping at column 80
Browse files Browse the repository at this point in the history
  • Loading branch information
nogweii committed May 31, 2011
1 parent dc5dc72 commit 25b82a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mutt-great-dane/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ pkgrel=1
pkgdesc="A small but very powerful text-based mail client with sidebar, NNTP, compressed, trash folder, urlview, and much more!"
arch=('i686' 'x86_64')
url="http://lunar-linux.org/index.php?page=mutt-sidebar"
depends=('openssl' 'gdbm' 'mime-types' 'libsasl' 'slang' 'libidn' 'heimdal' 'gnupg' 'gpgme')
depends=('openssl' 'gdbm' 'mime-types' 'libsasl' 'slang' 'libidn'
'heimdal' 'gnupg' 'gpgme')
makedepends=('libxslt' 'lynx')
conflicts=('mutt')
provides=('mutt')
Expand Down Expand Up @@ -91,7 +92,7 @@ build() {
patch -p1 -Nui ../patch-${pkgver}.cd.purge_message.8
# Source multiple files in a single call (useful for globbing)
patch -p1 -Nui ../patch-${pkgver}.cd.source_multiple.3
patch -p1 -Nui ../patch-${pkgver}.csev.ask_passphrase.1 # Fix passphrase errors
patch -p1 -Nui ../patch-${pkgver}.csev.ask_passphrase.1 # Fix passphrase error
patch -p1 -Nui ../patch-${pkgver}.tamo.w3mface.3 # Show X-Face in mutt
patch -p1 -Nui ../patch-${pkgver}.dgc.deepif.2 # Allow nested if statements
patch -p1 -Nui ../patch-${pkgver}.ats.date_conditional.3 # Conditions on dates
Expand Down

0 comments on commit 25b82a3

Please sign in to comment.