summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2017-04-16 23:19:21 +0800
committerPete Alexandrou2017-04-16 23:19:21 +0800
commitbb7a06eea4e977a7178e4798ed225185e50f73f6 (patch)
tree82345c6fe358a5462ca9a23823db7557b5d9bb70
parent17b59797baf327e042f8d5656c9078a9ad606837 (diff)
downloadaur-bb7a06eea4e977a7178e4798ed225185e50f73f6.tar.gz
patch update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c15adaea607..5ddafb577afd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vidcutter-git
pkgdesc = The simplest & sexiest tool for cutting and joining your videos without the need for re-encoding or a diploma in multimedia.
- pkgver = 3.2.0rc6.r0.gdc55d2e
+ pkgver = 3.2.0rc6.r0.g7cda3bb
pkgrel = 1
url = http://vidcutter.ozmartians.com
install = vidcutter-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 91df01578c4d..d7059940ff7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=vidcutter-git
-pkgver=3.2.0rc6.r0.gdc55d2e
+_pkgname=vidcutter
+pkgver=3.2.0rc6.r0.g7cda3bb
pkgrel=1
pkgdesc="The simplest & sexiest tool for cutting and joining your videos without the need for re-encoding or a diploma in multimedia."
arch=('any')
license=('GPL3')
url="http://vidcutter.ozmartians.com"
-source=('vidcutter-git::git+https://github.com/ozmartian/vidcutter.git')
+source=(vidcutter-git::git+https://github.com/ozmartian/vidcutter.git)
depends=('python-pyqt5' 'mpv' 'ffmpeg' 'mediainfo')
makedepends=('python-setuptools')
install=${pkgname}.install
@@ -21,7 +22,7 @@ pkgver() {
prepare() {
cd "${srcdir}/${pkgname}"
- sed -i "s/pypi/arch/" vidcutter/__init__.py
+ sed -i "s/pypi/arch/" "${_pkgname}/__init__.py"
}
build() {