summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexdelorenzo2021-05-16 00:07:18 -0400
committeralexdelorenzo2021-05-16 00:07:18 -0400
commit7f7e416fdebc44df4e7783ebf0ca2e8a2499f360 (patch)
tree44fa28a29df039a9cb36d436005af5572fec6c4a
parent32fec55a831a8f33709565aede51c1c85f0e92b8 (diff)
downloadaur-7f7e416fdebc44df4e7783ebf0ca2e8a2499f360.tar.gz
Upgrade to v0.8.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57cc5076492e..13902e8c2122 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromecast_mpris
pkgdesc = Control Chromecasts from Linux and D-Bus
- pkgver = 0.7.6
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/alexdelorenzo/chromecast_mpris
arch = any
@@ -11,7 +11,7 @@ pkgbase = chromecast_mpris
depends = python-gobject
depends = python-pydbus
depends = python-click
- source = chromecast_mpris-0.7.6.tar.gz::https://github.com/alexdelorenzo/chromecast_mpris/archive/v0.7.6.tar.gz
+ source = chromecast_mpris-0.8.0.tar.gz::https://github.com/alexdelorenzo/chromecast_mpris/archive/v0.8.0.tar.gz
md5sums = SKIP
pkgname = chromecast_mpris
diff --git a/PKGBUILD b/PKGBUILD
index 052cdbb382ed..56c546a0475d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alex DeLorenzo <alex at alexdelorenzo dot dev>
pkgname=chromecast_mpris
-pkgver=0.7.6
+pkgver=0.8.0
pkgrel=1
-pkgdesc="Control Chromecasts from Linux and D-Bus "
+pkgdesc="Control Chromecasts from Linux and D-Bus"
arch=('any')
url="https://github.com/alexdelorenzo/chromecast_mpris"
license=('AGPL3')