summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)"