summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88a9a80ee792..62800efaad09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = notable-bin
pkgdesc = The markdown-based note-taking app that doesn't suck
pkgver = 1.7.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fabiospampinato/notable
arch = x86_64
- license = AGPL
+ license = Freeware
depends = libxss
provides = notable
source = https://github.com/fabiospampinato/notable/releases/download/v1.7.3/notable_1.7.3_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 7c33be7212f5..a8a0b2896529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Tom Hiller <thrilleratplay@gmail.com>
pkgname=notable-bin
pkgver=1.7.3
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="The markdown-based note-taking app that doesn't suck"
arch=('x86_64')
url="https://github.com/fabiospampinato/notable"
-license=('AGPL')
+license=('Freeware')
groups=()
depends=('libxss')
makedepends=()