Date: Saturday, July 14, 2018 @ 12:47:16
  Author: lfleischer
Revision: 359047

upgpkg: cgit 1.2-1

Upstream update.

Modified:
  cgit/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-07-14 12:46:56 UTC (rev 359046)
+++ PKGBUILD    2018-07-14 12:47:16 UTC (rev 359047)
@@ -5,8 +5,8 @@
 # Contributor: Andreas Baumann <abaumann at yahoo dot com>
 
 pkgname=cgit
-pkgver=1.1
-pkgrel=3
+pkgver=1.2
+pkgrel=1
 pkgdesc="A web interface for git written in plain C"
 arch=('x86_64')
 url="http://git.zx2c4.com/cgit/";
@@ -19,10 +19,12 @@
            'python-markdown: about page formatted with markdown'
            'mime-types: serve file with correct content-type header')
 install=cgit.install
-source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz";
+source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar."{xz,asc}
        "apache.example.conf")
-sha256sums=('0889af29be15fc981481caa09579f982b9740fe9fd2860ab87dff286f4635890'
+sha256sums=('d5622ba7c3eb87de402da6fe3a092219546a917ff627966e99c9f18ba32a4832'
+            'SKIP'
             '89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld
 
 prepare() {
   cd "$pkgname-$pkgver"

Reply via email to