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

Alexander Rødseth arodseth at archlinux.org
Mon Jan 12 09:41:46 UTC 2015


    Date: Monday, January 12, 2015 @ 10:41:45
  Author: arodseth
Revision: 125795

upgpkg: botan 1.11.13-1

Modified:
  botan/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-12 09:41:20 UTC (rev 125794)
+++ PKGBUILD	2015-01-12 09:41:45 UTC (rev 125795)
@@ -6,8 +6,8 @@
 # Contributor: Hexchain Tong <richard0053 at gmail.com>
 
 pkgname=botan
-pkgver=1.11.12
-pkgrel=2
+pkgver=1.11.13
+pkgrel=1
 pkgdesc='Crypto library written in C++'
 license=('BSD')
 arch=('x86_64' 'i686')
@@ -15,7 +15,8 @@
 depends=('gcc-libs' 'sh' 'asio')
 makedepends=('python2' 'asio')
 source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-sha256sums=('053d4c2647d9cc2da99112717facb36cf98c2b0f3d99bd7e37c9677c6b5c3025' 'SKIP')
+sha256sums=('81f826a609ec1eed8b0ede1b870b8dea1294f5314de807cf33cd7073c634e3c9'
+            'SKIP')
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key
 
 prepare() {
@@ -37,10 +38,7 @@
 
   make DESTDIR="$pkgdir/usr" install
   find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.rst "$pkgdir/usr/share/licenses/$pkgname/license.rst"
-
-  # Fix the pkg-config location
-  mv "$pkgdir/usr/pkgconfig" "$pkgdir/usr/lib/pkgconfig"
+  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list