simplify versioning
Use setup.py
to set version to make it easier for the pkgver() array in the PKGBUILD:
pkgver() {
cd "$srcdir/$pkgname"
python setup.py --version
}
Due to an influx of spam, we had to disable account registrations. If you don't have an account yet, please write an email to support@manjaro.org, with your desired username. Sorry for the inconvenience.
Use setup.py
to set version to make it easier for the pkgver() array in the PKGBUILD:
pkgver() {
cd "$srcdir/$pkgname"
python setup.py --version
}