summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2019-12-08 19:36:11 +0100
committerÉtienne Deparis2019-12-08 19:36:11 +0100
commita7ca13588d44e0fe8f346dc5d3a0de16bf90813b (patch)
tree12b13cb757a3fd76ce4ff117623f7de854c40f0d
parentbdd0d6154f308c2e57f4af38427a25e3cb81d2ac (diff)
downloadaur-a7ca13588d44e0fe8f346dc5d3a0de16bf90813b.tar.gz
0.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58d5eba7cf07..8dce28f2ddfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.2.1
-# Fri Nov 15 14:44:20 UTC 2019
+# Sun Dec 8 18:35:53 UTC 2019
pkgbase = chwall
pkgdesc = A tiny wallpaper changer, written in python
- pkgver = 0.4.5
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://git.deparis.io/chwall/about/
arch = any
license = WTFPL
@@ -16,8 +16,8 @@ pkgbase = chwall
depends = python-requests
depends = python-xdg
depends = python-yaml
- source = https://git.deparis.io/chwall/snapshot/chwall-0.4.5.tar.gz
- sha256sums = ca66837f72789dcea7f2a0ef3b1538477355432c249ff8e37db48f6983cded19
+ source = https://git.deparis.io/chwall/snapshot/chwall-0.5.0.tar.gz
+ sha256sums = 2532e437035cda901d3fa93077054d2506d02b7491e6c4ae9f060a4e2f326195
pkgname = chwall
diff --git a/PKGBUILD b/PKGBUILD
index 740ca7a2488e..32e3dc6d6132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
-pkgver=0.4.5
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc="A tiny wallpaper changer, written in python"
arch=("any")
url="https://git.deparis.io/chwall/about/"
@@ -10,7 +10,7 @@ depends=("gtk3" "python-cssselect" "python-gobject" "python-lxml"
"python-requests" "python-xdg" "python-yaml")
makedepends=("python-setuptools" "imagemagick")
source=("https://git.deparis.io/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ca66837f72789dcea7f2a0ef3b1538477355432c249ff8e37db48f6983cded19')
+sha256sums=('2532e437035cda901d3fa93077054d2506d02b7491e6c4ae9f060a4e2f326195')
package() {
cd "$srcdir/$pkgname-$pkgver"