summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be7b54b31c2c..c712538a5386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mistle <tehmistle [at] gmx.com>
pkgname=vr2normal
-pkgver=1.5
+pkgver=1.6
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=('8b145304b716e4abafdae1c0f9214e535b8db4b0ffbcc01df0364eb245a65f62')
+sha256sums=('2ae5ff89da9dd5bd52cefebc091f2cff5d59fe1e054b3e4f3117f65a9cb717b4')
build() {
cd "$pkgname-$pkgver"