summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgcurse2020-06-06 10:57:54 +0200
committergcurse2020-06-06 10:57:54 +0200
commitfbfa3209ce8772cb47a830b13fdebe995f0c1bf5 (patch)
tree41e6ac0bb7452845cf9d3f9081150a059257f845 /PKGBUILD
parent99a29a92d8d677ba8720af4898199899617854a8 (diff)
downloadaur-fbfa3209ce8772cb47a830b13fdebe995f0c1bf5.tar.gz
New version, corrects build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7634905e9227..4c8f7b825504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: gCurse <gcurse at web de>
pkgname=otr-verwaltung3p-dev-git
-pkgver=1.0.0b5.r1.g470f050
-pkgrel=1
+pkgver=1.0.0b6.r0.gb3818a2
+pkgrel=2
pkgdesc='Manage your onlinetvrecorder.com files: cut, preview cuts, rate cutlists etc.'
arch=('any')
url='https://github.com/EinApfelBaum/otr-verwaltung3p'
@@ -14,7 +14,7 @@ depends=('gtk3' 'python' 'python-gobject' 'gst-python' 'python-appdirs' 'python-
optdepends=('gnome-keyring: For password storing in keyring'
'kwallet: For password storing in wallet'
'mediainfo-gui: For plugin Mediainfo')
-makedepends=('git' 'python-distutils-extra')
+makedepends=('git' 'python-setuptools')
conflicts=('otr-verwaltung3p' 'otr-verwaltung3p-dev')
provides=('otr-verwaltung3p')
source=("git+https://github.com/EinApfelBaum/otr-verwaltung3p.git#branch=development")