summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJerome Leclanche2015-06-09 23:46:16 +0200
committerJerome Leclanche2015-06-09 23:46:56 +0200
commit3fa2e590d24081b24fd2521c788906d89b428e0c (patch)
tree86b8a42439f96d32809736df8d70f20fcc294ace /PKGBUILD
parent5b819bd6dd7f930409b596f3c1f46d6fdcf10e11 (diff)
downloadaur-3fa2e590d24081b24fd2521c788906d89b428e0c.tar.gz
Remove patch for Python 2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb929b731540..207869cd8110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"