summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatsu Kagami2018-12-10 10:58:36 -0500
committerNatsu Kagami2018-12-10 10:58:36 -0500
commit8efdb46b10bbf847ec5e95742cc7e5b4dd86d2c7 (patch)
treedc66a2a60c3dcd0d18cb122e45ce5f6446aeed07
parente31467e143547a6af123902d0a1b55154500e73c (diff)
downloadaur-8efdb46b10bbf847ec5e95742cc7e5b4dd86d2c7.tar.gz
v0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 692d1a6dffdd..ba941e48587f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = mpd-mpris
pkgdesc = An implementation of the MPRIS protocol for MPD.
-pkgver = 0.2.0
+pkgver = 0.2.1
pkgrel = 1
url = https://github.com/natsukagami/mpd-mpris
arch = any
makedepends = go>=1.9
makedepends = git
-source = https://github.com/natsukagami/mpd-mpris/archive/v0.2.0.tar.gz
-sha256sums = df27a14eb754e236d0bea6ae21995366
+source = https://github.com/natsukagami/mpd-mpris/archive/v0.2.1.tar.gz
+sha256sums = d4eb193e0a98f584aed5603170ea226f2bf996769f995138ab5d2a9850c67cdb
pkgname = mpd-mpris \ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 8753dc941e1e..bd6a52ce3b49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
pkg
src
*.tar
-*.tar.gz \ No newline at end of file
+*.tar.gz
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index 2c1e7eecf7ba..def55f8377f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_gopkgname='github.com/natsukagami/mpd-mpris'
pkgname=mpd-mpris
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc='An implementation of the MPRIS protocol for MPD.'
arch=('any')
url='https://github.com/natsukagami/mpd-mpris'
makedepends=('go>=1.9' 'git')
source=("https://github.com/natsukagami/mpd-mpris/archive/v$pkgver.tar.gz")
-md5sums=('df27a14eb754e236d0bea6ae21995366')
+sha256sums=('d4eb193e0a98f584aed5603170ea226f2bf996769f995138ab5d2a9850c67cdb')
prepare() {
export GOPATH="$srcdir/build"