summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2018-12-07 12:45:13 +0100
committerPhilipp A2018-12-07 12:45:13 +0100
commitbbe5274f1f4d49c870c40588861678156f756c8b (patch)
treef5120b5bb8585838ffda53a041c0724da076d095
parent95ef3936b1f6c7a2764e9512be94e5d5a8157735 (diff)
downloadaur-bbe5274f1f4d49c870c40588861678156f756c8b.tar.gz
PKGDIR → PKGDIR
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c9db3046d10..235741a02844 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snakemake
pkgdesc = Python-based language and execution environment for GNU Make-like workflows
pkgver = 5.3.1
- pkgrel = 3
+ pkgrel = 4
url = https://snakemake.readthedocs.io
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5b8daa133ea4..acd5f66ab794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=snakemake
pkgver=5.3.1
-pkgrel=3
+pkgrel=4
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=(any)
url='https://snakemake.readthedocs.io'
@@ -47,6 +47,6 @@ package() {
local pyver=$(python -c 'import sys; print("{}.{}".format(*sys.version_info[:2]))')
install -d "$pkgdir/etc/bash_completion.d"
- PYTHONPATH="$PKGDIR/usr/lib/python$pyver/site-packages:$PYTHONPATH" \
+ PYTHONPATH="$pkgdir/usr/lib/python$pyver/site-packages:$PYTHONPATH" \
"$pkgdir/usr/bin/snakemake" --bash-completion >"$pkgdir/etc/bash_completion.d/snakemake"
}