summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)