diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2014-03-19 23:12:37 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2014-03-19 23:12:37 +0100 |
commit | b6260b529cd79936570378da97eaa3e21ca6f23f (patch) | |
tree | 7adc298f0e1dbfc1d97cccf7f80ce690bb7d53a2 /mutt-nntp/PKGBUILD | |
parent | 59140571aed0412609662397523c19413d3712e5 (diff) | |
download | arch-packages-b6260b529cd79936570378da97eaa3e21ca6f23f.tar.gz |
mutt-nntp: fix news section
Diffstat (limited to 'mutt-nntp/PKGBUILD')
-rw-r--r-- | mutt-nntp/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mutt-nntp/PKGBUILD b/mutt-nntp/PKGBUILD index 0102ff2..eb7a870 100644 --- a/mutt-nntp/PKGBUILD +++ b/mutt-nntp/PKGBUILD @@ -10,6 +10,8 @@ # # 2014-03-19: # - Update PKGBUILD for 1.5.23. +# - Remove two patches. +# - Remove references to files no longer part of the patch. pkgname=mutt-nntp pkgver=1.5.23 @@ -44,9 +46,6 @@ install=install build() { cd "${srcdir}/mutt-${pkgver}" - echo "==============" - pwd - echo "==============" patch -p1 < ../patch-${pkgver}.rr.compressed patch -p1 < ../patch-${pkgver}.vvv.nntp patch -p1 < ../patch-${pkgver}.vvv.nntp_ru |