summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 284f9e5a9434..120620dbf045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Robert Falkenberg <robert.falkenberg@tu-dortmund.de>
pkgname=python-pysim-git
-_pyname=pysim
+_pyname=${pkgname#python-}
+_pyname=${_pyname%-git}
pkgver=1.0.r175.gb07a3e9
pkgrel=1
pkgdesc='A python tool to program SIMs / USIMs / ISIMs'