summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Michel2021-11-08 18:31:19 +0100
committerGitHub2021-11-08 14:31:19 -0300
commite4f14f7cde57b9af1ae8c045fc6f9254bc1e7714 (patch)
tree78887e46ed51f2f470166a5645c2ee54a0ccfcc5
parente8d96ab8f2977e5f315f894bb4959c4276b78f4d (diff)
downloadaur-e4f14f7cde57b9af1ae8c045fc6f9254bc1e7714.tar.gz
bump version to 0.4.0 (#4)
* bumb version to 0.4.0 This also changes to upstream status from "Pre-Release" to a normal "Release" and upstream dropping the "-beta" in the download's filename. * forgot to update one filename
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97915c09ca46..9396918c2370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=obs-backgroundremoval
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
_onnx_version=1.7.0
_onnx_runtime=onnxruntime-linux-x64-${_onnx_version}
-sha256sums=('874e09c03b622054fb8e001873318bf631b4f9767adc383b3327032a92dd496b'
+sha256sums=('e88bbc902154b5efd46d8fc1dee52fcf079c8ff2ae6593d9f716017fdd1ef601'
'0345f45f222208344406d79a6db3280ed2ccc884dc1e064ce6e6951ed4c70606')
-_source="${pkgname}-${pkgver}-beta"
+_source="${pkgname}-${pkgver}"
arch=(x86_64)
url='https://github.com/royshil/obs-backgroundremoval'
@@ -14,7 +14,7 @@ pkgdesc='Background removal plugin for OBS studio (precomopiled onnxruntime)'
license=(MIT custom)
depends=(obs-studio opencv)
makedepends=(cmake)
-source=("${_source}.tar.gz::$url/archive/refs/tags/v${pkgver}-beta.tar.gz"
+source=("${_source}.tar.gz::$url/archive/refs/tags/v${pkgver}.tar.gz"
"https://github.com/microsoft/onnxruntime/releases/download/v${_onnx_version}/${_onnx_runtime}.tgz")
prepare() {