summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2017-01-07 12:04:38 +1100
committerMatthew Gamble2017-01-07 12:04:38 +1100
commit922cf22e9e60e5acd38164b0f46d4cd3122136dd (patch)
treef719f5720813a4b7ce207bd7441ce87f56fac0fc
parent14d9713f947b57e47f34c4ad4585a720642045e3 (diff)
downloadaur-922cf22e9e60e5acd38164b0f46d4cd3122136dd.tar.gz
Bump pkgrel for python3.6 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 457cf2968705..5377b69c35ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
+# Generated by mksrcinfo v8
+# Sat Jan 7 01:04:30 UTC 2017
pkgbase = python-locallib
pkgdesc = Ensure /usr/local/lib/pythonX is in sys.path
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
arch = any
- license = UNLICENSE
+ license = Unlicense
depends = python
source = sitecustomize.py
sha256sums = 8ef1427696ee397b8d5ea081c04054e604648650aedbd609cbc5ad5a9de456bd
diff --git a/PKGBUILD b/PKGBUILD
index 371ddbeb879e..c6a60763ae2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-locallib
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Ensure /usr/local/lib/pythonX is in sys.path"
-arch=('any')
-license=('UNLICENSE')
-depends=('python')
+arch=("any")
+license=("Unlicense")
+depends=("python")
source=("sitecustomize.py")
-sha256sums=('8ef1427696ee397b8d5ea081c04054e604648650aedbd609cbc5ad5a9de456bd')
+sha256sums=("8ef1427696ee397b8d5ea081c04054e604648650aedbd609cbc5ad5a9de456bd")
package() {
sitepkgs_dir=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")