summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-04-24 19:25:05 +0800
committerPumpkinCheshire2021-04-24 19:25:05 +0800
commit73b655efcec170db7c5e93f2226ca652f2cd01ce (patch)
tree0dac79a7ec12b785987ba978ac22d0c324cedfcf
parent9239de29ffece5cda14eba59f646d9b5aef25c17 (diff)
downloadaur-cain-ncnn-vulkan-bin.tar.gz
typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 227dd8e6b37a..203845668534 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cain-ncnn-vulkan-bin
pkgdesc = CAIN, Channel Attention Is All You Need for Video Frame Interpolation implemented with ncnn library
pkgver = 20210210
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/nihui/cain-ncnn-vulkan
arch = x86_64
arch = i686
@@ -12,7 +12,7 @@ pkgbase = cain-ncnn-vulkan-bin
provides = cain-ncnn-vulkan
conflicts = cain-ncnn-vulkan
conflicts = cain-ncnn-vulkan-git
- source = https://github.com/nihui/cain-ncnn-vulkan-/releases/download/20210210/cain-ncnn-vulkan-20210210-ubuntu.zip
+ source = https://github.com/nihui/cain-ncnn-vulkan/releases/download/20210210/cain-ncnn-vulkan-20210210-ubuntu.zip
source = cain-ncnn-vulkan
sha256sums = 25b5a02a876e1a9a78d9a049298989e4ac6c8eb50b60c464ff0052a340f095d2
sha256sums = 002f5b77d7d697f01d2a360242a026464599401bf90a040764e839bb53f76e12
diff --git a/PKGBUILD b/PKGBUILD
index 00f0704f5bfe..db2c8d57f5f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cain-ncnn-vulkan-bin
pkgver=20210210
-pkgrel=3
+pkgrel=4
pkgdesc="CAIN, Channel Attention Is All You Need for Video Frame Interpolation implemented with ncnn library"
arch=('x86_64' 'i686')
url="https://github.com/nihui/cain-ncnn-vulkan"
@@ -11,7 +11,7 @@ depends=('vulkan-icd-loader' 'vulkan-headers')
makedepends=('sh')
provides=("cain-ncnn-vulkan")
conflicts=("cain-ncnn-vulkan" "cain-ncnn-vulkan-git")
-source=("https://github.com/nihui/${pkgname%bin}/releases/download/$pkgver/${pkgname%-bin}-$pkgver-ubuntu.zip"
+source=("https://github.com/nihui/${pkgname%-bin}/releases/download/$pkgver/${pkgname%-bin}-$pkgver-ubuntu.zip"
"${pkgname%-bin}")
sha256sums=('25b5a02a876e1a9a78d9a049298989e4ac6c8eb50b60c464ff0052a340f095d2'
'002f5b77d7d697f01d2a360242a026464599401bf90a040764e839bb53f76e12')