summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax G2021-03-06 14:36:18 +0200
committerMax G2021-03-06 14:36:18 +0200
commit30c8f021d560e23549b306d94f8c7fd59495fd07 (patch)
treed366e2d9b776b5f7aa27eac0326a1eef2b3cf461
parent5b23d0a7bc5dd1aaa1c851f8f85eea9866072acb (diff)
downloadaur-python-waller.tar.gz
"Updated to v0.3.6"
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85c5b91c5177..dea13553bf6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-waller
pkgdesc = Python curses utility to cycle between desktop wallpapers
- pkgver = 0.3.5
+ pkgver = 0.3.6
pkgrel = 1
url = https://github.com/codeswhite/waller
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-waller
makedepends = python-setuptools
depends = python
depends = xorg-xrandr
- source = https://files.pythonhosted.org/packages/source/w/waller/waller-0.3.5.tar.gz
- sha256sums = 5ee8ac7466db1eb03ad49444048988fe522c80063851c4f3ece52d346ccbb2e5
+ source = https://files.pythonhosted.org/packages/source/w/waller/waller-0.3.6.tar.gz
+ sha256sums = d7d46ab3be33d3d6bbd03d4e6d556d0657f2c7c909643f71adf4872632117a9f
pkgname = python-waller
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 48540bdb98f5..bdd3be51c009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-waller'
pkgname=('python-waller')
_module='waller'
-pkgver=0.3.5
+pkgver=0.3.6
pkgrel=1
pkgdesc="Python curses utility to cycle between desktop wallpapers"
url="https://github.com/codeswhite/$_module"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=("5ee8ac7466db1eb03ad49444048988fe522c80063851c4f3ece52d346ccbb2e5")
+sha256sums=("d7d46ab3be33d3d6bbd03d4e6d556d0657f2c7c909643f71adf4872632117a9f")
build() {
cd "${srcdir}/${_module}-${pkgver}"