summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-03 08:33:49 +0300
committerDimitris Kiziridis2020-05-03 08:33:49 +0300
commitd1320e0b46d9d528c2d5d5b71120483eb7ea7af3 (patch)
treeea1e6d84be8b3e05f9c3865aa16524a94d95d05f /PKGBUILD
parentfb1115731d9d7d14288b101a10de6f80d64e34ab (diff)
downloadaur-d1320e0b46d9d528c2d5d5b71120483eb7ea7af3.tar.gz
Update to 1.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a8244bfadef..ef9a47223737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=dnote-server-bin
-pkgver=1.0.1
+pkgver=1.0.3
pkgrel=1
pkgdesc="A simple command line notebook for programmers (Server)"
arch=('x86_64')
@@ -9,9 +9,11 @@ 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")
-md5sums=('753796dc2caea38db16eb4c302dcd54e')
+sha256sums=('SKIP')
package() {
- install -Dm755 "$srcdir/dnote-server" -t "${pkgdir}/usr/bin/"
- install -Dm644 "$srcdir/AGPLv3.txt" "$pkgdir/usr/share/licenses/dnote-server/LICENSE"
+ install -Dm755 "$srcdir/dnote-server" -t "${pkgdir}/usr/bin/"
+ install -Dm644 "${srcdir}/README.md" -t "${pkgdir}/usr/share/doc/"
+ install -dm755 "$pkgdir/usr/share/licenses/dnote-server"
+ ln -s /usr/share/licenses/common/AGPL3/license.txt "$pkgdir/usr/share/licenses/dnote-server/LICENSE"
} \ No newline at end of file