summaryrefslogtreecommitdiff
path: root/user/py3-pygments
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-07-21 19:44:28 -0400
committerMax Rees <maxcrees@me.com>2019-07-21 19:44:28 -0400
commitdb4d737a2d883f7d3ff122fa3116afecb9942770 (patch)
treea829de67577a3c8dac8386d902d25de634117e1a /user/py3-pygments
parent94731625b42d0dfc0fd5111482938584b40c7478 (diff)
downloadpackages-db4d737a2d883f7d3ff122fa3116afecb9942770.tar.gz
packages-db4d737a2d883f7d3ff122fa3116afecb9942770.tar.bz2
packages-db4d737a2d883f7d3ff122fa3116afecb9942770.tar.xz
packages-db4d737a2d883f7d3ff122fa3116afecb9942770.zip
user/*: APKBUILD bashism removal, part one (a-p)
Diffstat (limited to 'user/py3-pygments')
-rw-r--r--user/py3-pygments/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/user/py3-pygments/APKBUILD b/user/py3-pygments/APKBUILD
index 81088c5d6..a9c885418 100644
--- a/user/py3-pygments/APKBUILD
+++ b/user/py3-pygments/APKBUILD
@@ -4,6 +4,8 @@
# Maintainer:
pkgname=py3-pygments
_pkgname=Pygments
+_p="${_pkgname#?}"
+_p="${_pkgname%"$_p"}"
pkgver=2.4.2
pkgrel=0
pkgdesc="A syntax highlighting package written in Python"
@@ -14,7 +16,7 @@ license="BSD-2-Clause"
depends="python3"
makedepends="python3-dev"
subpackages=""
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {