summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2019-03-19 11:26:54 -0700
committerMike Swanson2019-03-19 11:26:54 -0700
commite4a107b0a007e43cd162fd5bcdaac32969936ce3 (patch)
treefc23355c8de3a150de0ab51b2ba0dd8c003f2d6d
parent716272f993a8d21caa9a126f7b11ec59dfbb135e (diff)
downloadaur-e4a107b0a007e43cd162fd5bcdaac32969936ce3.tar.gz
Update to 1.47
Use an archive download from GitLab due to continued issues with the generated archive for the official tarballs.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a7dd5a10e7c..1ee9adc069c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cvs-fast-export
pkgdesc = Export RCS or CVS history as a fastimport stream.
- pkgver = 1.46
+ pkgver = 1.47
pkgrel = 1
url = http://www.catb.org/esr/cvs-fast-export/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = cvs-fast-export
license = GPL2
makedepends = asciidoc
depends = python
- source = http://www.catb.org/esr/cvs-fast-export/cvs-fast-export-1.46.tar.gz
- sha512sums = bd2e2a426bdfd76af06346c4a20469d134dd33ee98457afd8db3f1599e6f186451eb181057c97dd7383d35e66c4915f2cb42d51b818127cb3464c8cafc2f34f3
+ source = https://gitlab.com/esr/cvs-fast-export/-/archive/1.47/cvs-fast-export-1.47.tar.gz
+ sha512sums = 8a3a420cdac100485a416acdfc019a654a5e7b792b803d8036f0cd00aa49751a53dd10d3a5b590049275c3d43044f56b954c9efff742fc663a17fb5161a2dd86
pkgname = cvs-fast-export
diff --git a/PKGBUILD b/PKGBUILD
index 285237048e69..1418b448f906 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=cvs-fast-export
-pkgver=1.46
+pkgver=1.47
pkgrel=1
pkgdesc="Export RCS or CVS history as a fastimport stream."
arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@ depends=('python')
makedepends=('asciidoc')
url="http://www.catb.org/esr/$pkgname/"
license=('GPL2')
-source=("$url$pkgname-$pkgver.tar.gz")
-sha512sums=('bd2e2a426bdfd76af06346c4a20469d134dd33ee98457afd8db3f1599e6f186451eb181057c97dd7383d35e66c4915f2cb42d51b818127cb3464c8cafc2f34f3')
+source=("https://gitlab.com/esr/cvs-fast-export/-/archive/$pkgver/cvs-fast-export-$pkgver.tar.gz")
+sha512sums=('8a3a420cdac100485a416acdfc019a654a5e7b792b803d8036f0cd00aa49751a53dd10d3a5b590049275c3d43044f56b954c9efff742fc663a17fb5161a2dd86')
build() {
cd "$pkgname-$pkgver"