summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1849a6770ae2..f66d8b0b7f7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtimelog
pkgdesc = Small GTK+ app for keeping track of your time
pkgver = 0.9.1
- pkgrel = 4
+ pkgrel = 5
url = https://gtimelog.org/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index bd99830ef258..d64a0694c840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gtimelog
pkgver=0.9.1
-pkgrel=4
+pkgrel=5
pkgdesc='Small GTK+ app for keeping track of your time'
arch=('any')
url='https://gtimelog.org/'
@@ -14,5 +14,5 @@ md5sums=('5e95d0e968ad24778e0ae9fee748d73f')
package() {
cd "$pkgname-$pkgver"
- python setup.py install --root="$pkgdir"
+ python setup.py install --root="$pkgdir" --optimize=1
}