summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Maunier2017-06-23 11:22:07 +0200
committerFlorian Maunier2017-06-23 11:22:07 +0200
commitd054ff83a3d96b19f00342e1a76e92ddb7b3eefc (patch)
treedcf6d3789de6af3662b2a2a17e0d8e382add1aa0
parent9980241fa4af761cd2a2ecae95c169a04bed9d4c (diff)
downloadaur-d054ff83a3d96b19f00342e1a76e92ddb7b3eefc.tar.gz
Update rev, restore package
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3715b2a3fc3..c8977bc13d07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Jun 23 09:20:35 UTC 2017
pkgbase = libcurl-openssl-1.0
pkgdesc = An URL retrieval library (build against openssl-1.0)
- pkgver = 7.54.0
- pkgrel = 2
+ pkgver = 7.54.1
+ pkgrel = 1
url = https://curl.haxx.se
arch = i686
arch = x86_64
@@ -14,11 +16,10 @@ pkgbase = libcurl-openssl-1.0
depends = zlib
depends = libssh2.so
options = strip
- source = https://curl.haxx.se/download/curl-7.54.0.tar.gz
- source = https://curl.haxx.se/download/curl-7.54.0.tar.gz.asc
- validpgpkeys = 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
- sha256sums = a84b635941c74e26cce69dd817489bec687eb1f230e7d1897fc5b5f108b59adf
- sha256sums = SKIP
+ source = https://curl.haxx.se/download/curl-7.54.1.tar.gz
+ source = https://curl.haxx.se/download/curl-7.54.1.tar.gz.asc
+ sha512sums = 59c236f46e13faf9124cecab991b139e57376b1b5a5db13005f55ffece67191f0f7ecb954ae14e382a561d34f8b652b532755746d0cda79713b56857833951c5
+ sha512sums = SKIP
pkgname = libcurl-openssl-1.0
diff --git a/PKGBUILD b/PKGBUILD
index a59590c8113b..c593e8062caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Michael Straube <straubem@gmx.de>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Piotr Balcerowski <piotr@balcerowski.org>
+# Contributor: Florian Maunier <fmaunier@gmail.com>
pkgname=libcurl-openssl-1.0
-pkgver=7.54.0
-pkgrel=2
+pkgver=7.54.1
+pkgrel=1
pkgdesc='An URL retrieval library (build against openssl-1.0)'
arch=('i686' 'x86_64')
url='https://curl.haxx.se'
@@ -12,8 +13,9 @@ license=('MIT')
depends=('curl' 'glibc' 'krb5' 'openssl-1.0' 'libpsl' 'zlib' 'libssh2.so')
options=('strip')
source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
-sha256sums=('a84b635941c74e26cce69dd817489bec687eb1f230e7d1897fc5b5f108b59adf'
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2' # Daniel Stenberg
+ '914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg (old key)
+sha512sums=('59c236f46e13faf9124cecab991b139e57376b1b5a5db13005f55ffece67191f0f7ecb954ae14e382a561d34f8b652b532755746d0cda79713b56857833951c5'
'SKIP')
build() {