diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-24 15:10:45 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:47 +0200 |
commit | 38388ee3b0bc0880074a0e1443f16c9510244b3a (patch) | |
tree | 2877658259e81c179891d26cbc03b2f9b4a51c7b /PKGBUILD | |
parent | a800549bc6e2e0e7311ce3ecec87c11a67a9e40f (diff) | |
download | pkgbuilds-38388ee3b0bc0880074a0e1443f16c9510244b3a.tar.xz |
mutt-kz-git: Remove trash patchmutt-kz-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgname=mutt-kz-git -pkgver=1.5.23.1.rc1.r1.gfbca882 -pkgrel=1 +pkgver=1.5.23.1.r0.g3bbcc84 +pkgrel=3 pkgdesc='Small but powerful text-based mail client' url='https://github.com/karelzak/mutt-kz' @@ -14,12 +14,12 @@ makedepends=('git' 'gnupg' 'libxslt') conflicts=('mutt') provides=('mutt') -source=('git+https://github.com/karelzak/mutt-kz.git' 'xdg.patch' - 'trash.patch::https://www.cs.oberlin.edu/~kuperman/help/code/patch-1.5.20.bk.trash_folder-purge_message.1.txt') +options=(strip debug) + +source=('git+https://github.com/karelzak/mutt-kz.git' 'xdg.patch') sha1sums=('SKIP' - '8cbae5a7ade3812cbdcb8a8dfabb29b042b7296a' - 'b63fe4e7ea2a113819558862be1387364ec24213') + '8cbae5a7ade3812cbdcb8a8dfabb29b042b7296a') pkgver() { cd mutt-kz @@ -29,7 +29,6 @@ pkgver() { prepare() { cd mutt-kz - patch -p1 < "$srcdir/trash.patch" patch -p1 < "$srcdir/xdg.patch" } |