summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-07-07 00:01:12 +0600
committerMubashshir2020-07-07 00:01:12 +0600
commit8ca1754741f6a0ec39b9cfb9a14798c8d2020225 (patch)
treeec48bf6173d47b7508b31c5dc15e4501b78d6128
parent8168e2291d6f9c0d9bfb4486384d89273dd83191 (diff)
downloadaur-8ca1754741f6a0ec39b9cfb9a14798c8d2020225.tar.gz
Updated to 1.0.0b11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f043ed4b18a..0ab62a619f3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.0b10
- pkgrel = 4
+ pkgver = 1.0.0b11
+ pkgrel = 1
url = https://github.com/iamkroot/trakt-scrobbler
arch = any
license = GPL2
@@ -27,10 +27,10 @@ pkgbase = trakt-scrobbler
depends = python-confuse<2.0.0
optdepends = libnotify: Provides Desktop Notifications.
optdepends = python-gobject: Provides Updatable Notifications.
- source = https://files.pythonhosted.org/packages/source/t/trakt-scrobbler/trakt-scrobbler-1.0.0b10.tar.gz
+ source = https://files.pythonhosted.org/packages/source/t/trakt-scrobbler/trakt-scrobbler-1.0.0b11.tar.gz
source = trakts-man.md
source = trakts.zsh
- sha256sums = 8057f7cad2e95c72c8c43edfc01499b633320106d305bf25e80793399ffae0d4
+ sha256sums = 6be1aa124d3357cfd72a31b3d0a7932c0a9c54631699a3b07e3a71df21f4df99
sha256sums = 81c3fb93bf01c0e6c0bbc9b2ef853da3f691bc3c50b4a87a68072b11ba72691c
sha256sums = 6b6c3f55ab153a9dc749e67acd6e091b5d1e9e35c3b51af4d2f1c687e8c8fab8
diff --git a/PKGBUILD b/PKGBUILD
index 6af95ebf4fe4..39fedd9fc67e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mubashshir <ahmubashshir@gmail.com>
pkgname=trakt-scrobbler
-pkgver=1.0.0b10
-pkgrel=4
+pkgver=1.0.0b11
+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!"
arch=(any)
@@ -19,7 +19,7 @@ source=(
"trakts-man.md"
"trakts.zsh"
)
-sha256sums=('8057f7cad2e95c72c8c43edfc01499b633320106d305bf25e80793399ffae0d4'
+sha256sums=('6be1aa124d3357cfd72a31b3d0a7932c0a9c54631699a3b07e3a71df21f4df99'
'81c3fb93bf01c0e6c0bbc9b2ef853da3f691bc3c50b4a87a68072b11ba72691c'
'6b6c3f55ab153a9dc749e67acd6e091b5d1e9e35c3b51af4d2f1c687e8c8fab8')
build() {