summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c2cfefd0f90..99b5a78fc5fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
+# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
+# Contributor: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=cgvg
pkgver=1.6.3
-pkgrel=1
-pkgdesc='Commandline tools for searching and browsing sourcecode'
+pkgrel=2
+pkgdesc='Commandline tools for searching and browsing source code'
arch=('any')
-url='http://uzix.org/cgvg.html'
-depends=('perl-perl4-corelibs')
license=('GPL')
-source=("http://www.uzix.net/$pkgname/$pkgname-$pkgver.tar.gz")
+url='https://uzix.org/cgvg.html'
+depends=('perl')
+source=("$pkgname-$pkgver.tar.gz::https://uzix.org/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('d879f541abcc988841a8d86f0c0781ded6e70498a63c9befdd52baf4649a12f3')
build() {