summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2023-01-03 01:21:13 +0100
committeractionless2023-01-03 01:21:13 +0100
commit38652bf71d82acf8cb66e081e8daf68ce382701e (patch)
tree92a4ed8b9b741d4273fd459c4b5eeca83e43da9d
parent49d85f8968043c41f6f125fee864d4bbb8599c9d (diff)
downloadaur-themix-export-spotify-git.tar.gz
push version (release 1.2.8: fix is_dark())
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea0d2996a115..3ab46f089551 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = themix-export-spotify-git
pkgdesc = Export plugin for Themix GUI designer to apply color palettes to Spotify desktop player
- pkgver = 1.2.7.r0.gf3de4d6
+ pkgver = 1.2.8
pkgrel = 1
url = https://github.com/themix-project/oomoxify
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 784b60f2f40b..acb2e0217d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=themix-export-spotify
_reponame=oomoxify
pkgname="${_pkgname}-git"
-pkgver=1.2.7.r0.gf3de4d6
+pkgver=1.2.8
pkgrel=1
pkgdesc="Export plugin for Themix GUI designer to apply color palettes to Spotify desktop player"
arch=('x86_64' 'i686')
@@ -41,7 +41,7 @@ conflicts=(
pkgver() {
cd "${srcdir}/${_reponame}"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --always --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {