From 460c04d9504fdba0151d2613864b36674a916bdb Mon Sep 17 00:00:00 2001 From: HurricanePootis Date: Tue, 27 Apr 2021 09:19:38 -0500 Subject: [PATCH] Forgot to push up pkgrel lol --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8d9aeec..5f9b6f7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ncnn-git pkgdesc = High-performance neural network inference framework optimized for the mobile platform pkgver = 20210322.r16.gcc8e7a13 - pkgrel = 2 + pkgrel = 3 url = https://github.com/Tencent/ncnn arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index fedf9ed..3ee722d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ncnn-git _pkgname=ncnn pkgver=20210322.r16.gcc8e7a13 -pkgrel=2 +pkgrel=3 pkgdesc="High-performance neural network inference framework optimized for the mobile platform" url="https://github.com/Tencent/ncnn" license=('BSD')