summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRONTheCookie2019-08-13 16:28:33 +0300
committerRONTheCookie2019-08-13 16:28:33 +0300
commit9e39c33daf6914d8a6838ba170db3ddda469724f (patch)
tree48c13b444c2541dcef50ba2d26c4be123867c391 /PKGBUILD
parent7503305d2d96de7ca821cb3a72d86567e0dcf539 (diff)
downloadaur-9e39c33daf6914d8a6838ba170db3ddda469724f.tar.gz
Stop using git for the patch to not interfere with pkgver()
@cobaltspace AUR
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bf10a4d6a99..07ce04614ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ron B.S <ronthecookie0101 on gmail --OR-- me AT ronthecookie DOT me
pkgname=jumpcutter-git
-pkgver=r18.df41c43
-pkgrel=2
+pkgver=r17.136df10
+pkgrel=1
pkgdesc="Automatically edits videos. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxw"
arch=('any')
url="https://github.com/carykh/jumpcutter"
@@ -18,7 +18,7 @@ pkgver() {
}
prepare() {
cd "$srcdir/$pkgname"
- git am < "$srcdir"/0001-Add-shebang-line.patch
+ patch -i "$srcdir"/0001-Add-shebang-line.patch
}
package() {