summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobert Falkenberg2021-05-16 17:34:15 +0200
committerRobert Falkenberg2021-05-16 17:34:15 +0200
commitf315a9df0b855ee2f6990b440d3b3def9042d937 (patch)
treed0b64ac1b42585775508e1f3acb282a047ff0987 /PKGBUILD
parent4943061ae19a161eb702cae9cb87db790c359e7e (diff)
downloadaur-f315a9df0b855ee2f6990b440d3b3def9042d937.tar.gz
Derive python-package name from pkgname
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24fd2c94fa74..8eca087701ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robert Falkenberg <robert.falkenberg@tu-dortmund.de>
pkgname=python-gsm0338
-_pyname=gsm0338
+_pyname=${pkgname#python-}
pkgver=1.0.0
pkgrel=1
pkgdesc='Python codec for GSM 03.38'