summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hiller2019-08-29 18:16:46 -0400
committerTom Hiller2019-08-29 18:16:46 -0400
commitca1e047e7b7d3ed7e01ad6b833f78ded9234c3ac (patch)
treed99eb19c6aba478b15266158f1cbda7cdb4ce2b8
parent435b63a92e100c8fe9daca7d4b0e132a5eb029d7 (diff)
downloadaur-ca1e047e7b7d3ed7e01ad6b833f78ded9234c3ac.tar.gz
update license
-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=()