summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2017-06-09 22:26:18 +0200
committerJosip Ponjavic2017-06-09 22:26:18 +0200
commita6e8fd75ca19e4ab36f590bcd7d07cb9c868a9c2 (patch)
tree4860ef9a186cc25122a678489c5fdefa59432fc8
parent7f83c4f06e6e316c102569aff2f65603bf640771 (diff)
downloadaur-a6e8fd75ca19e4ab36f590bcd7d07cb9c868a9c2.tar.gz
bump...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e51a5e7578e5..0e72254fa7e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = babe-git
pkgdesc = Tiny Qt Music Player to keep your favorite songs at hand
- pkgver = 0.0.Alpha.r126.g62a84b2
+ pkgver = 0.5.Beta.r136.gd4b4aac
pkgrel = 1
url = https://babe.kde.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8b3cd0e3f776..25c59102f16f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=babe-git
-pkgver=0.0.Alpha.r126.g62a84b2
+pkgver=0.5.Beta.r136.gd4b4aac
pkgrel=1
pkgdesc='Tiny Qt Music Player to keep your favorite songs at hand'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ sha256sums=('SKIP')
pkgver() {
cd babe
- version="$(grep 'Verion:' about.cpp | awk '{print $5 "." $6}' | awk -F'\' '{print $1}')"
+ version="$(grep 'Version:' about.cpp | awk '{print $5 "." $6}' | awk -F'\' '{print $1}')"
printf '%s.r%s.g%s' "$version" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}