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

Alexander Rødseth arodseth at archlinux.org
Thu Oct 5 10:43:26 UTC 2017


    Date: Thursday, October 5, 2017 @ 10:43:24
  Author: arodseth
Revision: 261663

upgpkg: botan 2.3.0-1

Modified:
  botan/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-05 09:59:34 UTC (rev 261662)
+++ PKGBUILD	2017-10-05 10:43:24 UTC (rev 261663)
@@ -6,7 +6,7 @@
 # Contributor: Hexchain Tong <richard0053 at gmail.com>
 
 pkgname=botan
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='Crypto library written in C++'
 arch=('x86_64' 'i686')
@@ -15,17 +15,10 @@
 depends=('gcc-libs' 'sh')
 makedepends=('python')
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
-source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
-        'https://github.com/randombit/botan/commit/3e1312d905dac01f317138b68fd284799a5abc29.patch')
-md5sums=('b8c9d2ff724e33c99a050838b112e832' 'SKIP'
-         '11f29d6cc39fad8bd88cd252a79f590b')
+source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
+sha256sums=('39f970fee5986a4c3e425030aef50ac284da18596c004d1a9cce7688c4e6d47c'
+            'SKIP')
 
-prepare() {
-  cd "${pkgname^}-$pkgver"
-
-  patch -p1 -i ../3e1312d905dac01f317138b68fd284799a5abc29.patch
-}
-
 build() {
   cd "${pkgname^}-$pkgver"
 



More information about the arch-commits mailing list