summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-05-15 12:57:10 -0300
committerGonzalo Exequiel Pedone2024-05-15 12:57:10 -0300
commit1800b4db99bb6687cc2cbc0e2f31c6edc97ad023 (patch)
treeec1f05b198e1225724ea4bf7b77c2df2fbc84ffc /PKGBUILD
parentdac9ff1465cf01d8c8c0235ff7459cb2ebce33fa (diff)
downloadaur-android-x86-64-libnghttp3.tar.gz
Package updated to 1.3.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 709866a7fc6e..54af79d4d092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_android_arch=x86-64
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"