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 6aa44800a991..8f5507e364b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bootsplash-theme-manjaro-space-purple-git
pkgdesc = Beautiful Manjaro Bootsplash with space animation
- pkgver = 1.0.r14.gb02ee87
+ pkgver = 1.1.r0.g7f2390e
pkgrel = 2
url = https://github.com/ANDRoid7890/bootsplash-theme-manjaro-space-purple
arch = x86_64
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() {