diff options
author | Jerome Leclanche | 2015-06-09 23:46:16 +0200 |
---|---|---|
committer | Jerome Leclanche | 2015-06-09 23:46:56 +0200 |
commit | 3fa2e590d24081b24fd2521c788906d89b428e0c (patch) | |
tree | 86b8a42439f96d32809736df8d70f20fcc294ace /PKGBUILD | |
parent | 5b819bd6dd7f930409b596f3c1f46d6fdcf10e11 (diff) | |
download | aur-3fa2e590d24081b24fd2521c788906d89b428e0c.tar.gz |
Remove patch for Python 2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -11,8 +11,8 @@ license=("APACHE") depends=("git" "python2") provides=("$_pkgname") conflicts=("$_pkgname") -source=("$_pkgname::git+https://gerrit.googlesource.com/git-repo" "python2.patch") -sha256sums=("SKIP" "389cf97d9de0993838615691a6c9036ce91d0c659378de6d3b8310cdb15d764c") +source=("$_pkgname::git+https://gerrit.googlesource.com/git-repo") +sha256sums=("SKIP") pkgver() { @@ -20,11 +20,6 @@ pkgver() { echo $(git describe --always | sed "s/-/./g") } -prepare() { - cd "$srcdir/$_pkgname" - git apply "$srcdir/python2.patch" -} - package() { cd "$srcdir/$_pkgname" install -D -m 755 repo "$pkgdir/usr/bin/repo" |