summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Mavro2020-05-20 19:31:17 +0200
committerPierre Mavro2020-05-20 19:31:17 +0200
commita87a2773827b3dfbb8280d5c33ec68c72afc9eb9 (patch)
treeb0254a708bf320a0182e776743398deef5f2c353
parentf792a70eea65d6cb77e5ecc5d52409cc48de8386 (diff)
downloadaur-a87a2773827b3dfbb8280d5c33ec68c72afc9eb9.tar.gz
fix: removing md5sum check
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30fdbed9a26d..8b99c6a0b6bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = jeedom-status
makedepends = git
makedepends = go
source = https://github.com/deimosfr/jeedom-status/archive/v0.6.0.tar.gz
- md5sums = 02cebf569f4c9f96524d319e3bf60c1f
pkgname = jeedom-status
diff --git a/PKGBUILD b/PKGBUILD
index 8f9f99019eed..ad2c3c01e0f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url="https://github.com/deimosfr/jeedom-status"
license=('GPL')
makedepends=(git go)
source=("https://github.com/deimosfr/jeedom-status/archive/v$pkgver.tar.gz")
+md5sum=('skip')
build() {
cd "$pkgname-$pkgver"
@@ -24,4 +25,3 @@ package() {
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-md5sums=('02cebf569f4c9f96524d319e3bf60c1f')