summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebf34072b832..ba3fb7f57631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = android-aarch64-libnghttp3
pkgdesc = HTTP/3 library written in C (Android aarch64)
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://github.com/ngtcp2/nghttp3
arch = any
license = MIT
@@ -11,10 +11,7 @@ pkgbase = android-aarch64-libnghttp3
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://github.com/ngtcp2/nghttp3/releases/download/v1.2.0/nghttp3-1.2.0.tar.xz
- source = https://github.com/ngtcp2/nghttp3/releases/download/v1.2.0/nghttp3-1.2.0.tar.xz.asc
- validpgpkeys = F4F3B91474D1EB29889BD0EF7E8403D5D673C366
- sha256sums = d2e216bae7bd7362f850922e4237a5caa204853b3594b22adccab4c1e1c1d1aa
- sha256sums = SKIP
+ source = https://github.com/ngtcp2/nghttp3/releases/download/v1.3.0/nghttp3-1.3.0.tar.xz
+ md5sums = 7bb5c4e3c39e76931c64ea94d6f8cda8
pkgname = android-aarch64-libnghttp3
diff --git a/PKGBUILD b/PKGBUILD
index 5608c21fc719..abdc381ba13c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_android_arch=aarch64
pkgname=android-${_android_arch}-libnghttp3
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
arch=('any')
pkgdesc="HTTP/3 library written in C (Android ${_android_arch})"
url='https://github.com/ngtcp2/nghttp3'
@@ -14,10 +14,8 @@ license=('MIT')
depends=('android-ndk')
makedepends=('android-cmake')
options=(!strip !buildflags staticlibs !emptydirs)
-source=("https://github.com/ngtcp2/nghttp3/releases/download/v${pkgver}/nghttp3-${pkgver}.tar.xz"{,.asc})
-sha256sums=('d2e216bae7bd7362f850922e4237a5caa204853b3594b22adccab4c1e1c1d1aa'
- 'SKIP')
-validpgpkeys=('F4F3B91474D1EB29889BD0EF7E8403D5D673C366') # Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
+source=("https://github.com/ngtcp2/nghttp3/releases/download/v${pkgver}/nghttp3-${pkgver}.tar.xz")
+md5sums=('7bb5c4e3c39e76931c64ea94d6f8cda8')
prepare() {
cd "${srcdir}/nghttp3-$pkgver"