[arch-commits] Commit in pidgin/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Sep 17 23:00:49 UTC 2015
Date: Friday, September 18, 2015 @ 01:00:49
Author: foutrelis
Revision: 246551
Remove signature from source array
The key used to sign the Pidgin 2.10.11 source tarball has been revoked.
Modified:
pidgin/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-17 22:46:52 UTC (rev 246550)
+++ PKGBUILD 2015-09-17 23:00:49 UTC (rev 246551)
@@ -14,9 +14,8 @@
makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
'libidn' 'libgadu' 'python2' 'hicolor-icon-theme' 'farstream-0.1'
'avahi' 'tk' 'ca-certificates' 'intltool' 'networkmanager')
-source=(https://downloads.sourceforge.net/project/$pkgname/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
-sha256sums=('f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007'
- 'SKIP')
+source=(https://downloads.sourceforge.net/project/$pkgname/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007')
validpgpkeys=('93FF2C7F884CB4AC4E4463DA4E8D870E4C292FCC')
prepare() {
More information about the arch-commits
mailing list