summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aa44800a991..3f60fc6a58c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
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
+ url = https://github.com/parov0z/bootsplash-theme-manjaro-space-purple
arch = x86_64
license = GPL
makedepends = imagemagick
makedepends = git
optdepends = bootsplash-systemd: for bootsplash functionality
- 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
pkgname = bootsplash-theme-manjaro-space-purple-git
pkgdesc = Beautiful Manjaro Bootsplash with space animation
-
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() {