summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--gnome-wallpaper-changer.install7
3 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8ce02b59c05..f668f6200ec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-wallpaper-changer-git
pkgdesc = Set Gnome Desktop wallpaper to an image from a provided directory.
pkgver = r27.5ea3237
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/Kibouo/gnome-wallpaper-changer
install = gnome-wallpaper-changer.install
arch = any
@@ -13,7 +13,7 @@ pkgbase = gnome-wallpaper-changer-git
source = gnome-wallpaper-changer-git::git+https://github.com/Kibouo/gnome-wallpaper-changer.git
source = gnome-wallpaper-changer.install
md5sums = SKIP
- md5sums = f58ef31de215a0716d5e70e27e3b308a
+ md5sums = 948ea0e1975c20700f7af001515b173c
pkgname = gnome-wallpaper-changer-git
diff --git a/PKGBUILD b/PKGBUILD
index ee0d501bc827..dd483714b03c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kibouo <csonka.mihaly@hotmail.com>
pkgname=gnome-wallpaper-changer-git
pkgver=r27.5ea3237
-pkgrel=4
+pkgrel=5
pkgdesc='Set Gnome Desktop wallpaper to an image from a provided directory.'
arch=('any')
url='https://github.com/Kibouo/gnome-wallpaper-changer'
@@ -14,7 +14,7 @@ install='gnome-wallpaper-changer.install'
source=("${pkgname}::git+https://github.com/Kibouo/gnome-wallpaper-changer.git"
"gnome-wallpaper-changer.install")
md5sums=('SKIP'
- f58ef31de215a0716d5e70e27e3b308a)
+ 948ea0e1975c20700f7af001515b173c)
pkgver() {
cd "${pkgname}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
diff --git a/gnome-wallpaper-changer.install b/gnome-wallpaper-changer.install
index a6ab5fb3f7f1..5ed18c7a7f9a 100644
--- a/gnome-wallpaper-changer.install
+++ b/gnome-wallpaper-changer.install
@@ -1,5 +1,8 @@
post_install() {
- echo "\n\
- A config file has been written to '~/.config/autostart/'. Settings such as change interval and source images can be changed there as application parameters.\n"
+ echo "
+
+A config file has been written to '~/.config/autostart/'. Settings such as change interval and source images can be changed there as application parameters.
+
+"
}