summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorANDRoid78902021-04-11 19:36:26 +0400
committerANDRoid78902021-04-11 19:36:26 +0400
commitfbd7432c06a4e2099d3189e47c784ea42bb5daf5 (patch)
treea1b65a277d15478a19e4a382028ae0fe14d70d6d /PKGBUILD
parent62e907b4a4623156f81faccab93f9bc2e283a016 (diff)
downloadaur-fbd7432c06a4e2099d3189e47c784ea42bb5daf5.tar.gz
1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f8b2f5c93cf..7ade25a189ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrey Alekseev <andrey.android7890@gmail.com>
pkgname=('bootsplash-theme-manjaro-space-purple-git')
-pkgver=1.0.r14.gb02ee87
+pkgver=1.1.r0.g7f2390e
pkgrel=2
arch=('x86_64')
pkgdesc="Beautiful Manjaro Bootsplash with space animation"
@@ -15,7 +15,7 @@ sha256sums=('SKIP')
pkgver() {
cd "bootsplash-theme-manjaro-space-purple"
- git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {