summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2019-03-27 21:26:20 +0100
committerTobias Kunze2019-03-27 21:26:20 +0100
commit02971985d5b4ca85e825a76bf1af6443c31de3f6 (patch)
tree7e87a0cb2cbd855839dfb82e7617fc732ca3153e
parentc738a8d6a5bb43d42e2e2ecb015f7b984f722c9b (diff)
downloadaur-02971985d5b4ca85e825a76bf1af6443c31de3f6.tar.gz
Add maintenance note
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 609cb1c1ee6e..25437c0ea114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,6 @@
+# Maintainer: Tobias Kunze <r@rixx.de>
+# 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 <r@rixx.de>
-# Based on python33 script from: Rodolphe Breard <packages@what.tf> and Christopher Arndt <chris@chrisarndt.de>
-# Via the python34 adaption of Raphael Michel <mail@raphaelmichel.de>
prepare() {
cd "${srcdir}/Python-${pkgver}"