summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2019-09-28 18:46:25 +0200
committerÉtienne Deparis2019-09-28 18:46:25 +0200
commitfed4f098dfbf1c578d61feab09383c37fc0d0991 (patch)
treefa74d80b616a8aef4442c24cc00e92af58e1139d
parent637c4df573d9f59e4d6e706ef15d86de7b5f5275 (diff)
downloadaur-fed4f098dfbf1c578d61feab09383c37fc0d0991.tar.gz
0.4.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 979e3cf34f36..018e18e357ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.1.3
-# Mon Aug 19 07:07:40 UTC 2019
+# Sat Sep 28 16:45:48 UTC 2019
pkgbase = chwall
pkgdesc = A tiny wallpaper changer, written in python
- pkgver = 0.4.4
+ pkgver = 0.4.5
pkgrel = 1
url = https://git.deparis.io/chwall/about/
arch = any
@@ -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.4.tar.gz
- sha256sums = 7b492ec8c789e25a2b016b3fda6daa5b420c9e4e56a6ba62c60f11a72ddc1037
+ source = https://git.deparis.io/chwall/snapshot/chwall-0.4.5.tar.gz
+ sha256sums = ca66837f72789dcea7f2a0ef3b1538477355432c249ff8e37db48f6983cded19
pkgname = chwall
diff --git a/PKGBUILD b/PKGBUILD
index 48141228566a..820abbf09635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
-pkgver=0.4.4
+pkgver=0.4.5
pkgrel=1
pkgdesc="A tiny wallpaper changer, written in python"
arch=("any")
@@ -10,10 +10,10 @@ 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=('7b492ec8c789e25a2b016b3fda6daa5b420c9e4e56a6ba62c60f11a72ddc1037')
+sha256sums=('ca66837f72789dcea7f2a0ef3b1538477355432c249ff8e37db48f6983cded19')
package() {
cd "$srcdir/$pkgname-$pkgver"
- make ROOT="$pkgdir/" dist
+ make dist DESTDIR="$pkgdir"
}