summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-07-24 17:26:20 +0200
committerPhilipp A2020-07-24 17:26:20 +0200
commit3f928699c4543c022ed47fcd266816b6419e6959 (patch)
tree7ae135ae00744eb4451255b19f4a152485a855de
parentaccd48e2fbeee3de99f27bb317ae42a576a3c403 (diff)
downloadaur-3f928699c4543c022ed47fcd266816b6419e6959.tar.gz
license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa866519291b..21689ddec8bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = digestif
pkgdesc = A code analyzer and Language Server Protocol implementation for [La|Con|Bib]TeX[t] documents.
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/astoff/digestif
arch = any
+ license = MIT
makedepends = luarocks
depends = lua
depends = lua-lpeg
diff --git a/PKGBUILD b/PKGBUILD
index b92be8715053..36e4fdfcdd8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
pkgname=digestif
pkgver=0.3
-pkgrel=1
+pkgrel=2
arch=(any)
+license=(MIT)
url="https://github.com/astoff/$pkgname"
pkgdesc='A code analyzer and Language Server Protocol implementation for [La|Con|Bib]TeX[t] documents.'
depends=(lua lua-lpeg lua-dkjson)