summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMistle Yurika2023-01-17 16:02:25 +0300
committerMistle Yurika2023-01-17 16:14:51 +0300
commit132ab8e7b7ee779a09293cd75a039740bcdfb65f (patch)
tree0119da8c79f8f92fc09d1983c37274280a565edb
parentd165eab50e09f4afe71e2675148f24e4ee4e4a4e (diff)
downloadaur-132ab8e7b7ee779a09293cd75a039740bcdfb65f.tar.gz
Update to 1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdf03ac025ca..1e2641c55512 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vr2normal
pkgdesc = C++ QT Program that converts virtual reality videos into normal videos for viewing on any screen
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://gitlab.com/vongooB9/vr2normal
arch = x86_64
license = GPL3
depends = ffmpeg>=5.0
depends = qt5-base>=5.15.0
- source = vr2normal-1.4.tar.gz::https://gitlab.com/vongooB9/vr2normal/-/archive/1.4/vr2normal-1.4.tar.gz
- sha256sums = 2b28bf8d3d4b39b829a15b4fcc02af76cbe58bc34eb7307dafd7c5b47f78c7c3
+ source = vr2normal-1.5.tar.gz::https://gitlab.com/vongooB9/vr2normal/-/archive/1.5/vr2normal-1.5.tar.gz
+ sha256sums = 8b145304b716e4abafdae1c0f9214e535b8db4b0ffbcc01df0364eb245a65f62
pkgname = vr2normal
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"