[arch-commits] Commit in mpop/trunk (PKGBUILD mpop.install)

Eli Schwartz eschwartz at archlinux.org
Thu Jan 25 04:37:40 UTC 2018


    Date: Thursday, January 25, 2018 @ 04:37:38
  Author: eschwartz
Revision: 286749

upgpkg: mpop 1.2.6-2

FS#53586 install vim synxtax file.
Example documentation belongs in the doc directory.
Disable failing signatures due to revoked key.

Modified:
  mpop/trunk/PKGBUILD
  mpop/trunk/mpop.install

--------------+
 PKGBUILD     |   12 ++++++------
 mpop.install |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-25 04:17:37 UTC (rev 286748)
+++ PKGBUILD	2018-01-25 04:37:38 UTC (rev 286749)
@@ -4,7 +4,7 @@
 
 pkgname=mpop
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
 arch=('x86_64')
 url="http://mpop.sourceforge.net/"
@@ -11,10 +11,9 @@
 license=('GPL3')
 depends=('gnutls' 'libidn')
 install=mpop.install
-source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig})
-md5sums=('2298ddcf1defbf8e7097a1869c8d39d3'
-         'SKIP')
-validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
+source=("https://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz") # {,.sig})
+md5sums=('2298ddcf1defbf8e7097a1869c8d39d3')
+validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294') # revoked key
 
 build() {
   cd "$srcdir/mpop-$pkgver"
@@ -27,5 +26,6 @@
   cd "$srcdir/mpop-$pkgver"
 
   make DESTDIR="$pkgdir" install
-  install -Dm644 doc/mpoprc.example "$pkgdir/usr/share/mpop/mpoprc.example"
+  install -Dm644 scripts/vim/mpop.vim "$pkgdir/usr/share/vim/vimfiles/syntax/mpop.vim"
+  install -Dm644 doc/mpoprc.example   "$pkgdir/usr/share/doc/mpop/mpoprc.example"
 }

Modified: mpop.install
===================================================================
--- mpop.install	2018-01-25 04:17:37 UTC (rev 286748)
+++ mpop.install	2018-01-25 04:37:38 UTC (rev 286749)
@@ -1,5 +1,5 @@
 post_install() {
-  echo "==> Sample config: /usr/share/mpop/mpoprc.example"
+  echo "==> Sample config: /usr/share/doc/mpop/mpoprc.example"
   echo "==> Copy it to your home folder as ~/.mpoprc."
 }
 



More information about the arch-commits mailing list