summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-06-03 16:13:40 +0800
committerPumpkinCheshire2021-06-03 16:13:40 +0800
commit059f5454ae3f8a0f2e9aa93b25e085b34e41bc17 (patch)
treed15679a665cd860763f53c695086a752fdb821a5
parent6667874a4e8bb5429fc0f513964b2dddc2bca03e (diff)
downloadaur-059f5454ae3f8a0f2e9aa93b25e085b34e41bc17.tar.gz
fix sha256sum
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b69ba2062eb..00edc4e87059 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rife-ncnn-vulkan-bin
pkgdesc = RIFE, Real-Time Intermediate Flow Estimation for Video Frame Interpolation implemented with ncnn library.
pkgver = 20210520
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nihui/rife-ncnn-vulkan
arch = x86_64
license = MIT
@@ -13,8 +13,7 @@ pkgbase = rife-ncnn-vulkan-bin
conflicts = rife-ncnn-vulkan-git
source = https://github.com/nihui/rife-ncnn-vulkan/releases/download/20210520/rife-ncnn-vulkan-20210520-ubuntu.zip
source = rife-ncnn-vulkan
- sha256sums = 27d2e7f9dd6dc3486380a4b12820c70f6aa5cf2d949bbc33056d7433703dadf9
+ sha256sums = 03f0725678f295894c9dc298662795ac53a880b084a62edfb653d66e70eda219
sha256sums = 37e05deb4423153f718e82279768370d11f46c745fc9da7fad2acdf88a8405d0
pkgname = rife-ncnn-vulkan-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index e6a5b68d8606..3042799bc0ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rife-ncnn-vulkan-bin
pkgver=20210520
-pkgrel=1
+pkgrel=2
pkgdesc="RIFE, Real-Time Intermediate Flow Estimation for Video Frame Interpolation implemented with ncnn library."
arch=('x86_64')
url="https://github.com/nihui/rife-ncnn-vulkan"
@@ -13,8 +13,8 @@ provides=("rife-ncnn-vulkan")
conflicts=("rife-ncnn-vulkan" "rife-ncnn-vulkan-git")
source=("https://github.com/nihui/${pkgname%-bin}/releases/download/$pkgver/${pkgname%-bin}-$pkgver-ubuntu.zip"
"${pkgname%-bin}")
-sha256sums=('27d2e7f9dd6dc3486380a4b12820c70f6aa5cf2d949bbc33056d7433703dadf9'
- '37e05deb4423153f718e82279768370d11f46c745fc9da7fad2acdf88a8405d0')
+sha256sums=('03f0725678f295894c9dc298662795ac53a880b084a62edfb653d66e70eda219'
+ '37e05deb4423153f718e82279768370d11f46c745fc9da7fad2acdf88a8405d0')
package() {
install -Dm755 ${pkgname%-bin} "${pkgdir}/usr/bin/${pkgname%-bin}"