summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-06-28 12:00:34 +0600
committerMubashshir2020-06-28 12:00:34 +0600
commit346870fe664ec3a3636fd1ff4a43c72007c6616a (patch)
tree0585e1a5557583cc8f024cff6a5cd3ef48a44499
parent170559328e5f17ddabeebb1c1402a8aca68ab8f7 (diff)
downloadaur-346870fe664ec3a3636fd1ff4a43c72007c6616a.tar.gz
Update to 1.0.0b10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 248b3b95cb5f..f6f144d936b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trakt-scrobbler
pkgdesc = Automatically scrobble TV show episodes and movies you are watching to Trakt.tv! It keeps a history of everything you've watched!
- pkgver = 1.0.0b9
+ pkgver = 1.0.0b10
pkgrel = 1
url = https://github.com/iamkroot/trakt-scrobbler
arch = any
@@ -19,8 +19,6 @@ pkgbase = trakt-scrobbler
depends = python-requests<3.0.0
depends = python-guessit>=3.1.0
depends = python-guessit<4.0.0
- depends = python-toml>=0.10.0
- depends = python-toml<0.11.0
depends = python-appdirs>=1.4.3
depends = python-appdirs<2.0.0
depends = python-cleo>=0.7.6
@@ -28,9 +26,9 @@ pkgbase = trakt-scrobbler
depends = python-confuse>=1.1.0
depends = python-confuse<2.0.0
optdepends = libnotify: Provides Desktop Notifications.
- source = https://files.pythonhosted.org/packages/source/t/trakt-scrobbler/trakt-scrobbler-1.0.0b9.tar.gz
+ source = https://files.pythonhosted.org/packages/source/t/trakt-scrobbler/trakt-scrobbler-1.0.0b10.tar.gz
source = trakts-man.md
- sha256sums = dc7a14220cc539ecdf80113eca9e5be43a0a02599b3bf3ce2fbd01a0336249e0
+ sha256sums = 8057f7cad2e95c72c8c43edfc01499b633320106d305bf25e80793399ffae0d4
sha256sums = 81c3fb93bf01c0e6c0bbc9b2ef853da3f691bc3c50b4a87a68072b11ba72691c
pkgname = trakt-scrobbler
diff --git a/PKGBUILD b/PKGBUILD
index eab0ec6598ad..067a8a0e8c1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mubashshir <ahmubashshir@gmail.com>
pkgname=trakt-scrobbler
-pkgver=1.0.0b9
+pkgver=1.0.0b10
pkgrel=1
pkgdesc="Automatically scrobble TV show episodes and movies you are watching to Trakt.tv! It keeps a history of everything you've watched!"
@@ -13,7 +13,7 @@ depends=('systemd' $(curl -s https://pypi.org/pypi/trakt-scrobbler/$pkgver/json|
optdepends=('libnotify: Provides Desktop Notifications.')
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz
trakts-man.md)
-sha256sums=('dc7a14220cc539ecdf80113eca9e5be43a0a02599b3bf3ce2fbd01a0336249e0'
+sha256sums=('8057f7cad2e95c72c8c43edfc01499b633320106d305bf25e80793399ffae0d4'
'81c3fb93bf01c0e6c0bbc9b2ef853da3f691bc3c50b4a87a68072b11ba72691c')
build() {
cd "$srcdir/$pkgname-$pkgver"