Package Details: eselect-git 1.4.16.r1.e757ab1-1

Git Clone URL: https://aur.archlinux.org/eselect-git.git (read-only, click to copy)
Package Base: eselect-git
Description: Gentoo's multi-purpose configuration and management tool
Upstream URL: http://www.gentoo.org/proj/en/eselect/
Licenses: GPL
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 9
Popularity: 0.000000
First Submitted: 2012-05-14 16:06 (UTC)
Last Updated: 2020-10-11 12:58 (UTC)

Dependencies (1)

Required by (1)

Sources (1)

Latest Comments

14mRh4X0r commented on 2020-09-29 14:10 (UTC) (edited on 2020-09-29 14:10 (UTC) by 14mRh4X0r)

The package needs the following patch to build:

diff --git a/.SRCINFO b/.SRCINFO
index 12b9872..15b580f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = eselect-git
        arch = x86_64
        license = GPL
        makedepends = git
-       source = eselect-git::git://anongit.gentoo.org/proj/eselect.git
+       source = git://anongit.gentoo.org/proj/eselect.git
        md5sums = SKIP

 pkgname = eselect-git
diff --git a/PKGBUILD b/PKGBUILD
index 6909543..1bdc0d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Gentoo's multi-purpose configuration and management tool"
 url="http://www.gentoo.org/proj/en/eselect/"
 arch=('i686' 'x86_64')
 license=('GPL')
-source=("$pkgname::git://anongit.gentoo.org/proj/eselect.git")
+source=("git://anongit.gentoo.org/proj/eselect.git")
 makedepends=('git')

 build() {