summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-06-30 09:08:18 +0200
committerPhilipp A2020-06-30 09:08:18 +0200
commitaccd48e2fbeee3de99f27bb317ae42a576a3c403 (patch)
tree60f762dce514e82dade4134aa51a34ada2cb9b4f
parent6960fe22de01afcf0fb9cded496bd4419dad7728 (diff)
downloadaur-accd48e2fbeee3de99f27bb317ae42a576a3c403.tar.gz
v0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33ac32096531..fa866519291b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = digestif
pkgdesc = A code analyzer and Language Server Protocol implementation for [La|Con|Bib]TeX[t] documents.
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 1
url = https://github.com/astoff/digestif
arch = any
@@ -8,8 +8,8 @@ pkgbase = digestif
depends = lua
depends = lua-lpeg
depends = lua-dkjson
- source = digestif-0.2.tar.gz::https://github.com/astoff/digestif/archive/0.2.tar.gz
- sha256sums = eb7cf6e277e9eab68a5eeace2d904d5689b9d93ba7dff975da77d71a522c6140
+ source = digestif-0.3.tar.gz::https://github.com/astoff/digestif/archive/0.3.tar.gz
+ sha256sums = b9897958a847c78ef8e6cf7c3b180679d8edc87c2ae82aa22ef78aa0f2693c7e
pkgname = digestif
diff --git a/PKGBUILD b/PKGBUILD
index 32ff83686175..b92be8715053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=digestif
-pkgver=0.2
+pkgver=0.3
pkgrel=1
arch=(any)
url="https://github.com/astoff/$pkgname"
@@ -7,7 +7,7 @@ pkgdesc='A code analyzer and Language Server Protocol implementation for [La|Con
depends=(lua lua-lpeg lua-dkjson)
makedepends=(luarocks)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('eb7cf6e277e9eab68a5eeace2d904d5689b9d93ba7dff975da77d71a522c6140')
+sha256sums=('b9897958a847c78ef8e6cf7c3b180679d8edc87c2ae82aa22ef78aa0f2693c7e')
build() {
cd "$srcdir/$pkgname-$pkgver"