summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgcurse2020-07-19 12:40:54 +0200
committergcurse2020-07-19 12:40:54 +0200
commit96843074cb06eef760d292da15c8611617b14e29 (patch)
treef0a2e0c9959e9112536ed4ecccb3d2e6705a9468 /PKGBUILD
parent0f3d48a886d8abf8eef5b9e3ca17ab74a9ed6160 (diff)
downloadaur-96843074cb06eef760d292da15c8611617b14e29.tar.gz
Adds a patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2c2fc5dd51c..6154aaf65f4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=otr-verwaltung3p-dev
pkgver=1.0.0b8
-pkgrel=8
+pkgrel=9
pkgdesc='Manage your onlinetvrecorder.com files: cut, preview cuts, rate cutlists etc.'
arch=('any')
url='https://github.com/EinApfelBaum/otr-verwaltung3p'
@@ -20,14 +20,17 @@ provides=('otr-verwaltung3p')
_pkgname='otr-verwaltung3p'
-source=("https://github.com/EinApfelBaum/otr-verwaltung3p/archive/${pkgver}.tar.gz")
-sha256sums=('60d20095048b4a215be3fdab89742a8c0abf2114150b61a2b8de8e4fd68df780')
+source=("https://github.com/EinApfelBaum/otr-verwaltung3p/archive/${pkgver}.tar.gz"
+ "bin.otrverwaltung3p.diff")
+sha256sums=('60d20095048b4a215be3fdab89742a8c0abf2114150b61a2b8de8e4fd68df780'
+ '52125d7957be3b42f14d63b9526d3e66751cbb9cfa29de2a329a63df57d6a0a0')
options=('!strip')
prepare() {
# hotfix
sed -i "s/self\(.*\)disconnect(self.row_activate_id)/# self\1disconnect(self.row_activate_id)/" \
"${srcdir}/${_pkgname}-${pkgver}/data/plugins/Play.py"
+ patch "${srcdir}/${_pkgname}-${pkgver}/bin/otrverwaltung3p" bin.otrverwaltung3p.diff
}
package() {