summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2015-07-12 16:01:55 +0200
committerGiovanni Santini2015-07-12 16:01:55 +0200
commit3af6df61161e3e5c629c8deaef1aa2c85451511e (patch)
treec07786a400a89b3a020c31b72a35fc23ab18f092 /PKGBUILD
parentcc68cadacc14eb92a9fe01f60d91ec10fb4f71af (diff)
downloadaur-calise-git.tar.gz
Updating version number to 0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd87a1cce0fd..efcb7989ea06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nicolo' Barbon <smilzoboboz@gmail.com>
pkgname=calise-git
-pkgver=v0.4.1.r19.g25dbdaf
+pkgver=v0.5.0.r19.g25dbdaf
pkgrel=1
pkgdesc="A program that computes ambient brightness and sets screen's correct backlight using a webcam. Development GIT Version."
arch=('i686' 'x86_64')
@@ -92,5 +92,6 @@ package() {
pkgver() {
cd "$_gitname"
- git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
+ # Upstream wanted to release 0.5.0 but never updated tags. Doh.
+ git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g' | sed 's/4\.1/5\.0/'
}