summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f8b2f5c93cf..ca915296199c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# 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"
-url="https://github.com/ANDRoid7890/bootsplash-theme-manjaro-space-purple"
+url="https://github.com/parov0z/bootsplash-theme-manjaro-space-purple"
license=('GPL')
depends=()
optdepends=('bootsplash-systemd: for bootsplash functionality')
makedepends=('imagemagick' 'git')
-source=('git+https://github.com/ANDRoid7890/bootsplash-theme-manjaro-space-purple.git')
+source=('git+https://github.com/parov0z/bootsplash-theme-manjaro-space-purple.git')
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() {