summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2019-01-03 08:29:12 +0100
committerChristian Hesse2019-01-03 08:29:12 +0100
commit37019c17d423e2354906c6f898a3a934c8b14ca1 (patch)
treef05cd45adb24ca460aee0702f46cb2e045faa718
parent0e263bf6643ae3d2b2099ddc959cff933764dc82 (diff)
downloadaur-37019c17d423e2354906c6f898a3a934c8b14ca1.tar.gz
commit cgit-git 1.2.1.r16.g7d87cd3-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5099d80dc55..9a338b2d6f52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cgit-git
pkgdesc = A web interface for git written in plain C - git checkout
- pkgver = 1.2.r0.gc132ef2
+ pkgver = 1.2.1.r16.g7d87cd3
pkgrel = 1
url = http://git.zx2c4.com/cgit/
install = cgit.install
@@ -15,6 +15,7 @@ pkgbase = cgit-git
depends = luajit
optdepends = python-pygments: syntax highlighting support
optdepends = python-markdown: about page formated with markdown
+ optdepends = lua51-luaossl: for lua filters
optdepends = mime-types: serve file with correct content-type header
provides = cgit
conflicts = cgit
diff --git a/PKGBUILD b/PKGBUILD
index 2e98afbe17d9..9abc88659f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Andreas Baumann <abaumann at yahoo dot com>
pkgname=cgit-git
-pkgver=1.2.r0.gc132ef2
+pkgver=1.2.1.r16.g7d87cd3
pkgrel=1
pkgdesc='A web interface for git written in plain C - git checkout'
arch=('i686' 'x86_64')
@@ -16,6 +16,7 @@ depends=('openssl' 'luajit')
makedepends=('git' 'zlib' 'curl' 'asciidoc')
optdepends=('python-pygments: syntax highlighting support'
'python-markdown: about page formated with markdown'
+ 'lua51-luaossl: for lua filters'
'mime-types: serve file with correct content-type header')
conflicts=('cgit')
provides=('cgit')