summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c15a6c541611..159906cbb901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=web-media-controller-mpris
_gitpkgname=wmc-mpris
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="MPRIS proxy for usage with Web Media Controller on GNU/Linux "
arch=('i686' 'x86_64')
url="https://github.com/f1u77y/wmc-mpris"
@@ -26,7 +26,7 @@ conflicts=(
"$pkgname-git"
)
source=("https://github.com/f1u77y/$_gitpkgname/archive/v0.1.0.tar.gz")
-md5sums=('SKIP')
+sha512sums=('20b70ed606b534916241d51de2954013d80f3263e2a3b338d01fb18877149bd6f70bc3713d94b66c714e519025f584cbf96b49323d023b94a927a865885cc985')
prepare() {
cd "$srcdir/$_gitpkgname-$pkgver"