summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvert Vorster2022-05-22 22:51:32 +0100
committerEvert Vorster2022-05-22 22:51:32 +0100
commitc405ca03dc4525880332837fb40660c69f4fa972 (patch)
treecefb700adccd50e095b5d94a6c61e1ced50db149
parent3cf935776842bd615974f32f0b86e9a6904dafdf (diff)
downloadaur-c405ca03dc4525880332837fb40660c69f4fa972.tar.gz
Updated package description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6b999518ea1..9a018e1791b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = bigsh0t-plugins-git
- pkgdesc = Plugins like frei0r for dealing with VR (git version)
+ pkgdesc = 360 equirectangular VR Video Stitching and Manipulation filters for free video editors
pkgver = 2.5.r12.g8e852fb
pkgrel = 1
url = https://bitbucket.org/leo_sutic/bigsh0t/src/main/
diff --git a/PKGBUILD b/PKGBUILD
index b4bab2e15378..1d3d9adf3261 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=bigsh0t-plugins-git
_srcname=bigsh0t
pkgver=2.5.r12.g8e852fb
pkgrel=1
-pkgdesc='Plugins like frei0r for dealing with VR (git version)'
+pkgdesc='360 equirectangular VR Video Stitching and Manipulation filters for free video editors'
arch=('i686' 'x86_64')
url=https://bitbucket.org/leo_sutic/bigsh0t/src/main/
license=('GPL')
@@ -41,5 +41,5 @@ package() {
cp -rp Release-Linux/bigsh0t-2.6-linux/lib/frei0r-1/* $pkgdir/usr/lib/frei0r-1/
cp -rp Release-Linux/bigsh0t-2.6-linux/shotcut/share/shotcut/qml/filters/* $pkgdir/share/shotcut/qml/filters/
# cp -rp Release-Linux/bigsh0t-$(echo $pkgver | cut -s -d"." -f1,2)-linux/lib/frei0r-1/* $pkgdir/usr/lib/frei0r-1/
-# cp -rp Release-Linux/bigsh0t-$(echo $pkgver | cut -s -d"." -f1,2)-linux/shotcut/share/shotcut/qml/filters/* $pkgdir/share/shotcut/qml/filters/
+# cp -rp Release-Linux/bigsh0t-$(echo $pkgver | cut -s -d"." -f1,2)-linux/shotcut/share/shotcut/qml/filters/* $pkgdir/share/shotcut/qml/filters/
}