summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author=2023-11-01 11:03:42 +0100
committer=2023-11-01 11:03:42 +0100
commit1e9ba405d3f61b83db54922f215be93341043557 (patch)
tree42b55a25090445dd878b358fc906c1264fa43305 /PKGBUILD
parent7537616faf22ebc2eaa961a3625f36d109da3d21 (diff)
downloadaur-python-flagser.tar.gz
new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79025f6e2fe1..9276332cbe0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-flagser
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
epoch=
pkgdesc="A library that helps you create flags for your python program"
@@ -36,5 +36,5 @@ build() {
package() {
echo "PKG"
cd flagser
- python setup.py install --root="$pkgdir"
+ python setup.py install --root="$pkgdir" --optimize=1
}