From 02971985d5b4ca85e825a76bf1af6443c31de3f6 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Wed, 27 Mar 2019 21:26:20 +0100 Subject: [PATCH] Add maintenance note --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 609cb1c..25437c0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,3 +1,6 @@ +# Maintainer: Tobias Kunze +# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches + pkgname=python36 pkgver=3.6.8 pkgrel=1 @@ -13,9 +16,6 @@ optdepends=('tk: for tkinter' 'sqlite') options=('!makeflags') source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz) sha256sums=('35446241e995773b1bed7d196f4b624dadcadc8429f26282e756b2fb8a351193') -# Maintainer: Tobias Kunze -# Based on python33 script from: Rodolphe Breard and Christopher Arndt -# Via the python34 adaption of Raphael Michel prepare() { cd "${srcdir}/Python-${pkgver}"