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

Lukas Fleischer lfleischer at archlinux.org
Tue Jan 13 22:28:23 UTC 2015


    Date: Tuesday, January 13, 2015 @ 23:28:22
  Author: lfleischer
Revision: 125887

upgpkg: mpop 1.2.2-1

Upstream update.

Modified:
  mpop/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-13 21:54:16 UTC (rev 125886)
+++ PKGBUILD	2015-01-13 22:28:22 UTC (rev 125887)
@@ -3,8 +3,8 @@
 # Contributor: Roberto Alsina <ralsina at kde.org>
 
 pkgname=mpop
-pkgver=1.0.28
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
 arch=('i686' 'x86_64')
 url="http://mpop.sourceforge.net/"
@@ -11,9 +11,10 @@
 license=('GPL3')
 depends=('gnutls' 'libidn')
 install=mpop.install
-source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.bz2")
-md5sums=('08301208b1f1a40bc5375fea61de3696')
-options=(debug !strip)
+source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig})
+md5sums=('4ff3088fcbc94c70c66d6002435bfe9c'
+         'SKIP')
+validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
 
 build() {
   cd "$srcdir/mpop-$pkgver"



More information about the arch-commits mailing list