[arch-commits] Commit in botan1.10/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Dec 2 02:25:47 UTC 2017


    Date: Saturday, December 2, 2017 @ 02:25:46
  Author: felixonmars
Revision: 271261

use https, add pgp signature

Modified:
  botan1.10/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-02 02:21:20 UTC (rev 271260)
+++ PKGBUILD	2017-12-02 02:25:46 UTC (rev 271261)
@@ -11,14 +11,16 @@
 url='http://botan.randombit.net/'
 depends=('gcc-libs' 'sh')
 makedepends=('python2')
-source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz")
-sha512sums=('a47cab3af113652247c8efc8b0f043eb62175eaa8554833d5fc3016ea94dbdd8aa722ab9b5226cc5f133afbcc088d54362111630eaa4594812c39925cc3c8649')
+source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
+sha512sums=('a47cab3af113652247c8efc8b0f043eb62175eaa8554833d5fc3016ea94dbdd8aa722ab9b5226cc5f133afbcc088d54362111630eaa4594812c39925cc3c8649'
+            'SKIP')
+validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')  # Botan Distribution Key
 
 build() {
   cd "Botan-$pkgver"
 
   python2 configure.py --prefix=/usr --enable-modules=cvc
-  make 
+  make
 }
 
 package() {



More information about the arch-commits mailing list