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

Balló György bgyorgy at archlinux.org
Wed Dec 7 19:05:42 UTC 2016


    Date: Wednesday, December 7, 2016 @ 19:05:42
  Author: bgyorgy
Revision: 198379

Use gpg signature and https source

Modified:
  onboard/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-07 18:55:36 UTC (rev 198378)
+++ PKGBUILD	2016-12-07 19:05:42 UTC (rev 198379)
@@ -11,8 +11,10 @@
 depends=('gtk3' 'hunspell' 'iso-codes' 'libcanberra' 'libxkbfile' 'python-cairo' 'python-dbus' 'python-gobject')
 makedepends=('python-distutils-extra')
 optdepends=('mousetweaks: hover click with mouse')
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('8000df3e789512a90fcb227580fd60ff')
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('BCFE9B5A71A0B0F860521CF963087078B67DCFED') # Francesco Fumanti
+md5sums=('8000df3e789512a90fcb227580fd60ff'
+         'SKIP')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list