summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-05 16:53:24 +0300
committerDimitris Kiziridis2020-05-05 16:53:24 +0300
commit04468e6e1ff2a1c22d5ebce99b39c0f6b0c32f8c (patch)
tree266423fb7ce5dce776b581c75a0fd90e3fdd25e1 /PKGBUILD
parentd1320e0b46d9d528c2d5d5b71120483eb7ea7af3 (diff)
downloadaur-04468e6e1ff2a1c22d5ebce99b39c0f6b0c32f8c.tar.gz
add checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef9a47223737..de076a1826ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://www.getdnote.com/"
license=('AGPL-3.0')
provides=('dnote-server')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dnote/dnote/releases/download/server-v${pkgver}/dnote_server_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('SKIP')
+sha256sums=('fd3b77f7ed70430ee675019fd5c3a0b0ca4b8f6757a256f5fedca7a7959db3da')
package() {
install -Dm755 "$srcdir/dnote-server" -t "${pkgdir}/usr/bin/"