summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgcurse2020-06-06 10:54:50 +0200
committergcurse2020-06-06 10:54:50 +0200
commit1b1a9bd4570908f46cfcd380eb9970af75940a54 (patch)
tree686d677f99f01c90fa9dee7acbb70e4a020367b7
parent8dcfaaceee0cea759ac784530858111446cea462 (diff)
downloadaur-1b1a9bd4570908f46cfcd380eb9970af75940a54.tar.gz
New version, corrects build dependency
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 309c3a3c4e16..21835f16e2db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = otr-verwaltung3p-dev
pkgdesc = Manage your onlinetvrecorder.com files: cut, preview cuts, rate cutlists etc.
- pkgver = 1.0.0b5
- pkgrel = 5
+ pkgver = 1.0.0b6
+ pkgrel = 6
url = https://github.com/EinApfelBaum/otr-verwaltung3p
arch = any
license = GPL3
- makedepends = python-distutils-extra
+ makedepends = python-setuptools
depends = gtk3
depends = python
depends = python-gobject
@@ -34,8 +34,8 @@ pkgbase = otr-verwaltung3p-dev
conflicts = otr-verwaltung3p
conflicts = otr-verwaltung3p-dev-git
options = !strip
- source = https://github.com/EinApfelBaum/otr-verwaltung3p/archive/1.0.0b5.tar.gz
- sha256sums = a868d2c11696d03d58f3d6846e6c49e17989f29be316d6fd797570d4380e4f15
+ source = https://github.com/EinApfelBaum/otr-verwaltung3p/archive/1.0.0b6.tar.gz
+ sha256sums = 2513d64e1829d30e1326e566bb750f93b94f80c460bfebc2bdfcff518959c23c
pkgname = otr-verwaltung3p-dev
diff --git a/PKGBUILD b/PKGBUILD
index 747c6a75d5ca..9f35019f1370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: gCurse <gcurse at web de>
pkgname=otr-verwaltung3p-dev
-pkgver=1.0.0b5
-pkgrel=5
+pkgver=1.0.0b6
+pkgrel=6
pkgdesc='Manage your onlinetvrecorder.com files: cut, preview cuts, rate cutlists etc.'
arch=('any')
url='https://github.com/EinApfelBaum/otr-verwaltung3p'
@@ -14,14 +14,14 @@ depends=('gtk3' 'python' 'python-gobject' 'gst-python' 'python-appdirs' 'python-
optdepends=('gnome-keyring: To store the password in keyring'
'kwallet: To store the password in wallet'
'mediainfo-gui: For plugin Mediainfo')
-makedepends=('python-distutils-extra')
+makedepends=('python-setuptools')
conflicts=('otr-verwaltung3p' 'otr-verwaltung3p-dev-git')
provides=('otr-verwaltung3p')
_pkgname='otr-verwaltung3p'
source=("https://github.com/EinApfelBaum/otr-verwaltung3p/archive/${pkgver}.tar.gz")
-sha256sums=('a868d2c11696d03d58f3d6846e6c49e17989f29be316d6fd797570d4380e4f15')
+sha256sums=('2513d64e1829d30e1326e566bb750f93b94f80c460bfebc2bdfcff518959c23c')
options=('!strip')