summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c15781c5b68b..5d556e7abe44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = otr-verwaltung3p-dev
pkgdesc = Manage your onlinetvrecorder.com files: cut, preview cuts, rate cutlists etc.
- pkgver = 1.0.0beta002
- pkgrel = 3
+ pkgver = 1.0.0b4
+ pkgrel = 4
url = https://github.com/EinApfelBaum/otr-verwaltung3p
arch = any
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = otr-verwaltung3p-dev
depends = python
depends = python-gobject
depends = gst-python
- depends = python-xdg
+ depends = python-appdirs
depends = python-dbus
depends = python-cairo
depends = python-requests
@@ -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.0-beta002.tar.gz
- sha256sums = 11c28866d445fda7ac255e3e850d9d63c44991fd42abf8749b2fd108fc13d3d4
+ source = https://github.com/EinApfelBaum/otr-verwaltung3p/archive/1.0.0b4.tar.gz
+ sha256sums = 75727de7b26ce9e8d133e1d1486872d57b02426acd2c86a898c8c718efd4f1af
pkgname = otr-verwaltung3p-dev
diff --git a/PKGBUILD b/PKGBUILD
index bfebd4b3cc29..1fb7dcab8f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: gCurse <gcurse at web de>
pkgname=otr-verwaltung3p-dev
-pkgver=1.0.0beta002
-pkgrel=3
+pkgver=1.0.0b4
+pkgrel=4
pkgdesc='Manage your onlinetvrecorder.com files: cut, preview cuts, rate cutlists etc.'
arch=('any')
url='https://github.com/EinApfelBaum/otr-verwaltung3p'
license=('GPL3')
-depends=('gtk3' 'python' 'python-gobject' 'gst-python' 'python-xdg' 'python-dbus' 'python-cairo'
+depends=('gtk3' 'python' 'python-gobject' 'gst-python' 'python-appdirs' 'python-dbus' 'python-cairo'
'python-requests' 'python-keyring' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugin-gtk'
'gst-plugins-bad' 'gst-plugins-ugly' 'gst-libav' 'mpv' 'ffmpeg' 'ffms2' 'mediainfo'
'mkvtoolnix-cli')
@@ -20,10 +20,9 @@ conflicts=('otr-verwaltung3p' 'otr-verwaltung3p-dev-git')
provides=('otr-verwaltung3p')
_pkgname='otr-verwaltung3p'
-_pkgver=1.0.0-beta002
-source=("https://github.com/EinApfelBaum/otr-verwaltung3p/archive/${_pkgver}.tar.gz")
-sha256sums=('11c28866d445fda7ac255e3e850d9d63c44991fd42abf8749b2fd108fc13d3d4')
+source=("https://github.com/EinApfelBaum/otr-verwaltung3p/archive/${pkgver}.tar.gz")
+sha256sums=('75727de7b26ce9e8d133e1d1486872d57b02426acd2c86a898c8c718efd4f1af')
options=('!strip')