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

Andreas Radke andyrtr at nymeria.archlinux.org
Sat May 18 15:08:11 UTC 2013


    Date: Saturday, May 18, 2013 @ 17:08:10
  Author: andyrtr
Revision: 185771

add signature check; FS#35304

Modified:
  claws-mail/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-18 14:58:09 UTC (rev 185770)
+++ PKGBUILD	2013-05-18 15:08:10 UTC (rev 185771)
@@ -35,8 +35,9 @@
 provides=('claws')
 options=(!libtool)
 install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8adc734912ff1b83545cb12850100473')
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('8adc734912ff1b83545cb12850100473'
+         'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}




More information about the arch-commits mailing list