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 e245845b51a3..aaa482170c2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Contributor: Antonio Rojas <arojas@archlinux.org>
_base=PySingular
-pkgname=${_base,,}
+pkgbase=${_base,,}
+pkgname=python-${_base,,}
pkgver=0.9.7
pkgrel=1
pkgdesc="A Python interface to Singular"