summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2020-05-23 11:57:08 -0400
committergraysky2020-05-23 11:57:08 -0400
commite950a54915f6b9c35ef055cdb0bfdd2b72b106f7 (patch)
treeced90d7a8e51a6738d9c9b2fc18d7c96026306ee /PKGBUILD
parentc51c0f39fa6488d5a2a50dac69210a17b1bdd8b2 (diff)
downloadaur-e950a54915f6b9c35ef055cdb0bfdd2b72b106f7.tar.gz
Update to 2.31-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96cb8236901c..4d1807562a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
-pkgname='backdrop-randomizer'
-pkgver=2.30
+pkgname=backdrop-randomizer
+pkgver=2.31
pkgrel=1
-pkgdesc='Companion for xfdesktop which randomly cycles through wallpapers without repeating them until all have been displayed once.'
-arch=('any')
+pkgdesc="Companion for xfdesktop which randomly cycles through wallpapers without repeating them until all have been displayed once."
+arch=(any)
url='https://github.com/graysky2/backdrop-randomizer'
-license=('MIT')
-depends=('xfdesktop')
+license=(MIT)
+depends=(xfdesktop)
optdepends=('systemd: or optional scheduling of timed backdrop change'
'cron: for optional scheduling of timed backdrop change')
-source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
install=readme.install
-sha256sums=('5d8ecc1df461ec34d57944754af3e8f9a0f535a4ffc53717c857a92005913c09')
+sha256sums=('acd37eead7bf741f4c42ee8133c9345d9e7939bd8b5a83c9149cd2eed83714b8')
build() {
cd "$pkgname-$pkgver"