summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMistle Yurika2023-04-17 18:58:46 +0300
committerMistle Yurika2023-04-17 19:08:55 +0300
commit3eef21d564d8461e52b4ba369eb82bf1fe68af34 (patch)
tree1e3c404e62e69fdd009f095381dae7e906fbc41a /PKGBUILD
parenteef467ba2cc57a7992f30a2b18d48893654a6a04 (diff)
downloadaur-vr2normal.tar.gz
Update to 1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c712538a5386..3765091201ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mistle <tehmistle [at] gmx.com>
pkgname=vr2normal
-pkgver=1.6
+pkgver=1.7
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=('2ae5ff89da9dd5bd52cefebc091f2cff5d59fe1e054b3e4f3117f65a9cb717b4')
+sha256sums=('a7befad08d7b2563d51a55609d8518d1d109079f8f215768ed139cdb8fd091cb')
build() {
cd "$pkgname-$pkgver"