summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac88203e33c0..86a05c690e57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,10 @@ pkgbase = statusok-bin
pkgrel = 1
url = https://github.com/sanathp/statusok
arch = x86_64
- license = Apache-2.0
+ license = Apache
+ depends = glibc
provides = statusok
- source = https://github.com/sanathp/statusok/releases/download/0.1.1/statusok_linux.zip
+ source = statusok-bin-0.1.1.zip::https://github.com/sanathp/statusok/releases/download/0.1.1/statusok_linux.zip
sha256sums = d8eebddf6fefe19a80f5a40e4a8f8167325752c9e0aae07a7814630c1b269fa5
pkgname = statusok-bin
diff --git a/PKGBUILD b/PKGBUILD
index 97d27e23c637..3ece1d0770db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,10 @@ pkgrel=1
pkgdesc="Monitor your Website and APIs from your Computer. Get Notified through Slack, E-mail when your server is down or response time is more than expected"
arch=('x86_64')
url='https://github.com/sanathp/statusok'
-license=('Apache-2.0')
+license=('Apache')
provides=("${pkgname%-bin}")
-source=("${url}/releases/download/${pkgver}/statusok_linux.zip")
+depends=('glibc')
+source=("${pkgname}-${pkgver}.zip::${url}/releases/download/${pkgver}/statusok_linux.zip")
sha256sums=('d8eebddf6fefe19a80f5a40e4a8f8167325752c9e0aae07a7814630c1b269fa5')
package() {