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

Maxim Baz maximbaz at archlinux.org
Sun Dec 2 23:22:41 UTC 2018


    Date: Sunday, December 2, 2018 @ 23:22:40
  Author: maximbaz
Revision: 410817

audio-convert: download sources via https and use PGP

Modified:
  audio-convert/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-02 23:10:05 UTC (rev 410816)
+++ PKGBUILD	2018-12-02 23:22:40 UTC (rev 410817)
@@ -17,8 +17,10 @@
             'mplayer: for wma support'
             'musepack-tools: for mpc support'
             'vorbis-tools: for ogg support')
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7b37d5fc2a4dd62885910b6424f5ff6870c329ed4f4f51feeeb952152c7d9d2b')
+source=(https://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('7b37d5fc2a4dd62885910b6424f5ff6870c329ed4f4f51feeeb952152c7d9d2b'
+            'SKIP')
+validpgpkeys=('1CF3EC073D659B59A5907F731345ECD025721889')
 
 package() {
   install -D -m755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"



More information about the arch-commits mailing list