summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2014-06-26 04:10:37 -0700
committerMike Swanson2014-06-26 04:10:37 -0700
commit114930f7b6a0775101bf0ece7045b279bc1b3264 (patch)
tree9e8f3b0992d79150eaf595b89fefeafc6f3467e1
parent3224cd79e782159957630ebc2ae919d51dd0129a (diff)
downloadaur-114930f7b6a0775101bf0ece7045b279bc1b3264.tar.gz
run 2to3 on cvssync
I don't think I'll have an easy time getting Py3 supported upstream permanently.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 090d4d008aa2..46a5b2424655 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cvs-fast-export
pkgdesc = Export RCS or CVS history as a fastimport stream.
pkgver = 1.11
- pkgrel = 1
+ pkgrel = 2
url = http://www.catb.org/esr/cvs-fast-export/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1a1a07ac1a7f..8309bcd435bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cvs-fast-export
pkgver=1.11
-pkgrel=1
+pkgrel=2
pkgdesc="Export RCS or CVS history as a fastimport stream."
arch=('i686' 'x86_64')
depends=('python')
@@ -16,6 +16,7 @@ build() {
cd ${pkgname}-${pkgver}
make $pkgname{,.1} cvssync.1
+ 2to3 -w cvssync
}
package() {