summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMistle Yurika2023-01-17 16:02:25 +0300
committerMistle Yurika2023-01-17 16:14:51 +0300
commit132ab8e7b7ee779a09293cd75a039740bcdfb65f (patch)
tree0119da8c79f8f92fc09d1983c37274280a565edb /PKGBUILD
parentd165eab50e09f4afe71e2675148f24e4ee4e4a4e (diff)
downloadaur-132ab8e7b7ee779a09293cd75a039740bcdfb65f.tar.gz
Update to 1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13f2e47ab6aa..be7b54b31c2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mistle <tehmistle [at] gmx.com>
pkgname=vr2normal
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="C++ QT Program that converts virtual reality videos into normal videos for viewing on any screen"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('ffmpeg>=5.0' 'qt5-base>=5.15.0')
makedepends=()
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
)
-sha256sums=('2b28bf8d3d4b39b829a15b4fcc02af76cbe58bc34eb7307dafd7c5b47f78c7c3')
+sha256sums=('8b145304b716e4abafdae1c0f9214e535b8db4b0ffbcc01df0364eb245a65f62')
build() {
cd "$pkgname-$pkgver"