summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Klink2017-07-03 11:44:14 +0200
committerFlorian Klink2017-07-03 11:44:14 +0200
commit2c484a4bb3193bb7424564ecfb0ea3df7d9dc419 (patch)
treee205214ad9ea9e4a72bc70a0c00ff8b6c8511936
parent435b5d48221ed0885c38626420f11455f55c6e79 (diff)
downloadaur-2c484a4bb3193bb7424564ecfb0ea3df7d9dc419.tar.gz
use sha256sums instead of md5sums
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e240392bf1f7..273d6958dafb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ conflicts=('spotifyd-bin')
pkgdesc="A spotify playing daemon"
url="https://github.com/Spotifyd/spotifyd"
source_x86_64=("spotifyd::git+https://github.com/Spotifyd/spotifyd" "spotifyd.service")
-md5sums_x86_64=('SKIP'
- 'eb95cf4735565e0c596d7e0118fd1e6e')
+sha256sums_x86_64=('SKIP'
+ '67bce68cfad74bfccad4b471045d3c5d5fb0f693545f3ef12511d171ea41a5e4')
pkgver() {
cd $srcdir/spotifyd;
echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)