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 | |
parent | a800549bc6e2e0e7311ce3ecec87c11a67a9e40f (diff) | |
download | pkgbuilds-38388ee3b0bc0880074a0e1443f16c9510244b3a.tar.xz |
mutt-kz-git: Remove trash patchmutt-kz-git
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 13 |
2 files changed, 10 insertions, 11 deletions
@@ -2,8 +2,8 @@ # Mon Jun 1 15:02:32 UTC 2015 pkgbase = mutt-kz-git pkgdesc = Small but powerful text-based mail client - pkgver = 1.5.23.1.rc1.r1.gfbca882 - pkgrel = 1 + pkgver = 1.5.23.1.r0.g3bbcc84 + pkgrel = 3 url = https://github.com/karelzak/mutt-kz arch = i686 arch = x86_64 @@ -22,12 +22,12 @@ pkgbase = mutt-kz-git depends = notmuch-runtime provides = mutt conflicts = mutt + options = strip + options = debug source = git+https://github.com/karelzak/mutt-kz.git source = xdg.patch - source = trash.patch::https://www.cs.oberlin.edu/~kuperman/help/code/patch-1.5.20.bk.trash_folder-purge_message.1.txt sha1sums = SKIP sha1sums = 8cbae5a7ade3812cbdcb8a8dfabb29b042b7296a - sha1sums = b63fe4e7ea2a113819558862be1387364ec24213 pkgname = mutt-kz-git @@ -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" } |