summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2019-07-10 16:03:30 +0200
committerPhilipp Wolfer2019-07-10 16:03:30 +0200
commit8fe41505321cd3231908f80fadbfc16fa73c05b3 (patch)
treefb36f3434e3232b666e054eea09e7e702f67e2ff
parent04777d29de2f21776b57b763a3c8616da2e705e5 (diff)
downloadaur-8fe41505321cd3231908f80fadbfc16fa73c05b3.tar.gz
Updated release 1.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d4ac13d5478..032f9b7f740e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rhythmbox-plugin-listenbrainz
pkgdesc = Rhythmbox plugin to submit your listens to ListenBrainz
- pkgver = 1.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = https://github.com/phw/rhythmbox-plugin-listenbrainz
arch = any
@@ -9,8 +9,8 @@ pkgbase = rhythmbox-plugin-listenbrainz
makedepends = meson
depends = rhythmbox>=3.0
depends = python
- source = rhythmbox-plugin-listenbrainz-1.2.3.tar.gz::https://github.com/phw/rhythmbox-plugin-listenbrainz/archive/v1.2.3.tar.gz
- sha1sums = eb61b4d3c514478a720cb991d48497236475db08
+ source = rhythmbox-plugin-listenbrainz-1.2.4.tar.gz::https://github.com/phw/rhythmbox-plugin-listenbrainz/archive/v1.2.4.tar.gz
+ sha1sums = 18e84eec5c3ac5a8d493396c62f8e3a71aaae7ae
pkgname = rhythmbox-plugin-listenbrainz
diff --git a/PKGBUILD b/PKGBUILD
index 9df0bb18d64a..69281c1ad6fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
pkgname=rhythmbox-plugin-listenbrainz
-pkgver=1.2.3
+pkgver=1.2.4
pkgrel=1
-pkgdesc="Rhythmbox plugin to submit your listens to ListenBrainz "
+pkgdesc="Rhythmbox plugin to submit your listens to ListenBrainz"
arch=('any')
url="https://github.com/phw/rhythmbox-plugin-listenbrainz"
license=('MIT')
depends=('rhythmbox>=3.0' 'python')
makedepends=('git' 'meson')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phw/${pkgname}/archive/v${pkgver}.tar.gz)
-sha1sums=('eb61b4d3c514478a720cb991d48497236475db08')
+sha1sums=('18e84eec5c3ac5a8d493396c62f8e3a71aaae7ae')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"