summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeitian Leung2016-03-25 22:14:05 +0800
committerWeitian Leung2016-03-25 22:14:05 +0800
commit5cbe7ca99bf7a49a00bfe5447f0388dc4aa1caae (patch)
tree7ff4bf4aa3a818f85f13934d2a00c81c46b86acd
parent9071cf41ea8a33f61e1d8d70b729476665491737 (diff)
downloadaur-5cbe7ca99bf7a49a00bfe5447f0388dc4aa1caae.tar.gz
new update from upstream
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
-rwxr-xr-xbing-wallpaper-autostart.sh2
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73918864fbe7..f97131872e4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 12:57:05 UTC 2016
+# Fri Mar 25 14:13:44 UTC 2016
pkgbase = bing-wallpaper-git
pkgdesc = Change wallpaper from Bing daily
- pkgver = r25
+ pkgver = r29
pkgrel = 1
arch = any
license = GPL3
@@ -10,11 +10,12 @@ pkgbase = bing-wallpaper-git
depends = curl
depends = bc
optdepends = xfconf: for xfce4 support
+ optdepends = pcmanfm-qt: for lxqt support
source = bing-wallpaper-git::git+https://github.com/marguerite/linux-bing-wallpaper.git
source = bing-wallpaper-autostart.sh
source = bing-wallpaper.desktop
md5sums = SKIP
- md5sums = 6b530d42e0c7f817e4a36376ea0ad6e2
+ md5sums = 056c9b4f32857e684536b42a972ea0fc
md5sums = 1e65c7c30461dcc752f4766e5a14bc76
pkgname = bing-wallpaper-git
diff --git a/PKGBUILD b/PKGBUILD
index e246d382256e..92ba72930e40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: Weitian Leung <weitianleung[at]gmail[dot]com>
pkgname=bing-wallpaper-git
-pkgver=r25
+pkgver=r29
pkgrel=1
pkgdesc="Change wallpaper from Bing daily"
arch=(any)
license=('GPL3')
depends=('curl' 'bc')
-optdepends=('xfconf: for xfce4 support')
+optdepends=('xfconf: for xfce4 support'
+ 'pcmanfm-qt: for lxqt support')
makedepends=('git')
source=("$pkgname::git+https://github.com/marguerite/linux-bing-wallpaper.git"
'bing-wallpaper-autostart.sh'
'bing-wallpaper.desktop')
md5sums=('SKIP'
- '6b530d42e0c7f817e4a36376ea0ad6e2'
+ '056c9b4f32857e684536b42a972ea0fc'
'1e65c7c30461dcc752f4766e5a14bc76')
pkgver() {
diff --git a/bing-wallpaper-autostart.sh b/bing-wallpaper-autostart.sh
index 0aadbc2a6fb7..4319b4a347bb 100755
--- a/bing-wallpaper-autostart.sh
+++ b/bing-wallpaper-autostart.sh
@@ -11,7 +11,7 @@ while [ $i -le 3 ]; do
break
fi
- seconds=$((5 * $i))
+ seconds=$((15 * $i))
sleep $seconds
let i=i+1