summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c85df86b52e4..e1994fe3f555 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -33,6 +33,7 @@ pkgbase = banshee-git
source = git+https://github.com/arfbtwn/banshee.git
source = Report-Pause-Play-Hack.patch
md5sums = SKIP
+ md5sums = 0b52f50dceacb29b91ee70da143e69b8
pkgname = banshee-git
diff --git a/PKGBUILD b/PKGBUILD
index 38f846ab2c16..adbf585197ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,8 @@ optdepends=('gst-plugins-ugly: Extra media codecs'
conflicts=($_pkgbase)
source=(git+https://github.com/arfbtwn/banshee.git
'Report-Pause-Play-Hack.patch')
-md5sums=(SKIP)
+md5sums=(SKIP
+'0b52f50dceacb29b91ee70da143e69b8')
pkgver() {
cd "$_pkgbase"