summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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())")