Package Details: repose-git 5-1

Git Clone URL: https://aur.archlinux.org/repose-git.git (read-only, click to copy)
Package Base: repose-git
Description: A archlinux repo building tool
Upstream URL: http://github.com/vodik/repose
Licenses: GPL
Conflicts: repose
Provides: repose
Submitter: vodik
Maintainer: vodik
Last Packager: vodik
Votes: 11
Popularity: 0.000000
First Submitted: 2013-06-01 21:12 (UTC)
Last Updated: 2017-01-10 21:26 (UTC)

Latest Comments

gabor_zoka commented on 2023-04-08 00:43 (UTC) (edited on 2023-04-08 00:43 (UTC) by gabor_zoka)

Hello vodik,

I am really interested in this minimalist repo tool. I agree this is really missing feature. Thank you for your work on this.

Please apply this patch as this PKGBUILD does not build.

It does 2 things:

1) Github.com do not support git:// protocol anymore. More on this at https://github.blog/2021-09-01-improving-git-protocol-security-github/

2) The legacy --forked parameter is only supported by the python-pytest-forked legacy package.

Thank you,

Gábor

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Simon Gomizelj <simongmzlj@gmail.com>

 pkgname=repose-git
-pkgver=7.1
+pkgver=7.1.9.g02e28bf
 pkgrel=1
 pkgdesc="A archlinux repo building tool"
 arch=('i686' 'x86_64' 'armv7h')
@@ -9,10 +9,10 @@ url="http://github.com/vodik/repose"
 license=('GPL')
 depends=('pacman' 'libarchive' 'gnupg')
 makedepends=('git' 'ragel')
-checkdepends=('python-cffi' 'python-pytest' 'python-pytest-xdist')
+checkdepends=('python-cffi' 'python-pytest-forked' 'python-pytest-xdist')
 conflicts=('repose')
 provides=('repose')
-source=('git+git://github.com/vodik/repose.git')
+source=('git+https://github.com/vodik/repose.git')
 sha1sums=('SKIP')

 pkgver() {

amagnasco commented on 2016-04-03 18:41 (UTC)

compiled on arch 'armv7h'

whynothugo commented on 2014-12-27 18:13 (UTC)

Please re-upload the package generating AUR metadata (mkaurball -f).