aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Peschel2023-06-30 23:35:20 -0400
committerMark Peschel2023-06-30 23:35:20 -0400
commit1819442cda3d92d2b7cd605fdb98d28c6f9c035b (patch)
treef358da45f4130514e25f803de1a21f0bf1a06d7d /PKGBUILD
parentf3b1c7de953106c61b5e92795fd9f9814d96bee1 (diff)
downloadaur-1819442cda3d92d2b7cd605fdb98d28c6f9c035b.tar.gz
Fix contributor list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc55a7d21154..1cdc5edb2cca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,11 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
-# Maintainer: Konstantin Gizdov (kgizdov) <arch@kge.pw>
+# Maintainer: Mark Peschel <mpeschel10@gmail.com>
+# Contributor: anakano <azusanakan0 at outlook dot com>
+# Contributor: wuxxin <wuxxin@gmail.com>
+# Contributor: acxz <akashpatel2008 at yahoo dot com>
+# Contributor: Sven-Hendrik Haase <svenstaro@archlinux.org>
+# Contributor: Konstantin Gizdov (kgizdov) <arch@kge.pw>
# Contributor: Adria Arrufat (archdria) <adria.arrufat+AUR@protonmail.ch>
# Contributor: Thibault Lorrain (fredszaq) <fredszaq@gmail.com>
-# Contributor: Mark Peschel <mpeschel10@gmail.com>
pkgbase=tensorflow-amd-git
pkgname=(tensorflow-amd-git python-tensorflow-amd-git tensorflow-opt-amd-git python-tensorflow-opt-amd-git)
@@ -119,8 +122,8 @@ build() {
export PATH="${srcdir}/bazel:$PATH"
# bazel somehow caches the jvm,
# so if you pacman -R jre11-openjdk; pacman -S jre-openjdk to see if modern java also works,
- # this script may still build as though java 20 is ok.
- # For a clean test, rm -rf ~/.cache/bazel
+ # makepkg may still build as though java 20 is ok.
+ # For a clean test, you must rm -rf ~/.cache/bazel
# These environment variables influence the behavior of the configure call.
export PYTHON_BIN_PATH=/usr/bin/python