summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaphael Freudiger2016-11-20 09:46:03 +0100
committerRaphael Freudiger2016-11-20 09:46:03 +0100
commit00892c6482c2f7807de6ca1a59fed1e220dec091 (patch)
tree575729c9146ec980b617f06fb8d9c137efd988ad /PKGBUILD
parent06fef1f9e9a12e4e17290d5070b55bff0cdc1b1b (diff)
downloadaur-00892c6482c2f7807de6ca1a59fed1e220dec091.tar.gz
remove depreciated patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd8b73d80f36..0185d2a63585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Raphael Freudiger <laser_b at gmx dot ch>
pkgname=chromecastize-git
-pkgver=43.ef7305a
+pkgver=59.c739cec
pkgrel=1
pkgdesc="Bash script to convert video files into Google Chromecast supported format."
arch=('any')
@@ -8,10 +8,8 @@ url="https://github.com/bc-petrkotek/chromecastize"
license=('GPL')
depends=('ffmpeg' 'mediainfo')
makedepends=('git')
-source=('git+https://github.com/bc-petrkotek/chromecastize.git'
- 'https://patch-diff.githubusercontent.com/raw/bc-petrkotek/chromecastize/pull/25.patch')
-md5sums=('SKIP'
- '1b3bc12dbeabf8dbaa5b148d9c77296e')
+source=('git+https://github.com/bc-petrkotek/chromecastize.git')
+md5sums=('SKIP')
pkgver() {
cd "chromecastize"
@@ -20,8 +18,6 @@ pkgver() {
build() {
cd "$srcdir/chromecastize"
-
- git apply ../25.patch
}
package() {