summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2022-04-12 21:50:54 +0200
committerChristian Hesse2022-04-12 21:50:54 +0200
commit4aca8ee9ae25be3bc86bb1ffe144071f1fbe1a9e (patch)
tree487dc2f2d08c2ee586e29764ba8131480d1672ec
parent18cc025313433996c5c961daf1b3756484b8a183 (diff)
downloadaur-4aca8ee9ae25be3bc86bb1ffe144071f1fbe1a9e.tar.gz
commit cgit-git 1.2.3.r18.g5258c29-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f080f5fef7fc..658c23859655 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.3.r13.gbd6f568
+ pkgver = 1.2.3.r18.g5258c29
pkgrel = 1
url = https://git.zx2c4.com/cgit/
install = cgit.install
@@ -26,8 +26,8 @@ pkgbase = cgit-git
optdepends = mime-types: serve file with correct content-type header
provides = cgit
conflicts = cgit
- source = git://git.zx2c4.com/cgit.git
- source = git://github.com/git/git.git
+ source = git+https://git.zx2c4.com/cgit.git
+ source = git+https://github.com/git/git.git
source = tmpfiles.conf
source = apache.example.conf
sha256sums = SKIP
@@ -36,4 +36,3 @@ pkgbase = cgit-git
sha256sums = 89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62
pkgname = cgit-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 422d220be2f3..4cb146875da4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Andreas Baumann <abaumann at yahoo dot com>
pkgname=cgit-git
-pkgver=1.2.3.r13.gbd6f568
+pkgver=1.2.3.r18.g5258c29
pkgrel=1
pkgdesc='A web interface for git written in plain C - git checkout'
arch=('i686' 'x86_64')
@@ -28,8 +28,8 @@ optdepends=('groff: about page using man page syntax'
conflicts=('cgit')
provides=('cgit')
install=cgit.install
-source=('git://git.zx2c4.com/cgit.git'
- 'git://github.com/git/git.git'
+source=('git+https://git.zx2c4.com/cgit.git'
+ 'git+https://github.com/git/git.git'
'tmpfiles.conf'
'apache.example.conf')
sha256sums=('SKIP'