summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2022-11-04 16:51:47 +0000
committerAUR updater2022-11-04 16:51:47 +0000
commitb4eeb54d6878570347e4fdac8887b974a38b468f (patch)
tree30058c42efae7b04f1bac41ae47203288401934c
parentfb17dc2dc8cbb71ff236f5ad71130c4101280fd0 (diff)
downloadaur-radiotray-ng-mpris.tar.gz
Update to version 0.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a56ad9d40b5..4113346dff87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = radiotray-ng-mpris
pkgdesc = A wrapper script for Radiotray-NG which provides an MPRIS2 interface.
- pkgver = 0.1.0
- pkgrel = 2
+ pkgver = 0.1.1
+ pkgrel = 1
url = https://github.com/IngoMeyer441/radiotray-ng-mpris
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = radiotray-ng-mpris
depends = python-pydbus
depends = python-yacl
depends = radiotray-ng
- source = https://github.com/IngoMeyer441/radiotray-ng-mpris/archive/v0.1.0.tar.gz
- sha256sums = 94c6a4148cf9524547cdf629b967f07c73697e69707abd6d835334bca628ca97
+ source = https://github.com/IngoMeyer441/radiotray-ng-mpris/archive/v0.1.1.tar.gz
+ sha256sums = 1c0cbc3537142cfa5ca8d3b965b048b3f10cc42bff91ffb8364ffc3843d03997
pkgname = radiotray-ng-mpris
diff --git a/PKGBUILD b/PKGBUILD
index 6bfdbec68671..a583498ad289 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ingo Meyer <IJ_M@gmx.de>
pkgname="radiotray-ng-mpris"
-pkgver="0.1.0"
-pkgrel="2"
+pkgver="0.1.1"
+pkgrel="1"
pkgdesc="A wrapper script for Radiotray-NG which provides an MPRIS2 interface."
arch=("any")
url="https://github.com/IngoMeyer441/radiotray-ng-mpris"
@@ -16,7 +16,7 @@ depends=(
)
makedepends=("python-setuptools")
source=("https://github.com/IngoMeyer441/radiotray-ng-mpris/archive/v${pkgver}.tar.gz")
-sha256sums=("94c6a4148cf9524547cdf629b967f07c73697e69707abd6d835334bca628ca97")
+sha256sums=("1c0cbc3537142cfa5ca8d3b965b048b3f10cc42bff91ffb8364ffc3843d03997")
build() {
cd "${srcdir}/${pkgname}-${pkgver}" || return